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