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