diff options
Diffstat (limited to 'syntax/rcs.vim')
-rw-r--r-- | syntax/rcs.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/rcs.vim b/syntax/rcs.vim index 55a36bd2..8b1fde98 100644 --- a/syntax/rcs.vim +++ b/syntax/rcs.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'rcs') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'rcs', 'syntax/rcs.vim') finish endif |