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 5199a7bf..e5f2f056 100644 --- a/ftplugin/8th.vim +++ b/ftplugin/8th.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('8th', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, '8th') finish endif |