diff options
Diffstat (limited to 'ftplugin/8th.vim')
-rw-r--r-- | ftplugin/8th.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/8th.vim b/ftplugin/8th.vim index e5f2f056..e3f8d209 100644 --- a/ftplugin/8th.vim +++ b/ftplugin/8th.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, '8th') +if has_key(g:polyglot_is_disabled, '8th') finish endif |