diff options
Diffstat (limited to 'ftplugin/services.vim')
-rw-r--r-- | ftplugin/services.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/services.vim b/ftplugin/services.vim index 3889c46e..ea86defb 100644 --- a/ftplugin/services.vim +++ b/ftplugin/services.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'services') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'services', 'ftplugin/services.vim') finish endif |