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