diff options
Diffstat (limited to 'syntax/focexec.vim')
-rw-r--r-- | syntax/focexec.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/focexec.vim b/syntax/focexec.vim index 7bc93bac..a595e924 100644 --- a/syntax/focexec.vim +++ b/syntax/focexec.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('focexec', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'focexec') finish endif |