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 e3f8d209..e9a63dc1 100644 --- a/ftplugin/8th.vim +++ b/ftplugin/8th.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, '8th') +if polyglot#init#is_disabled(expand('<sfile>:p'), '8th', 'ftplugin/8th.vim') finish endif |