diff options
Diffstat (limited to 'compiler/powershell.vim')
-rw-r--r-- | compiler/powershell.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/powershell.vim b/compiler/powershell.vim index e4d5d410..43682955 100644 --- a/compiler/powershell.vim +++ b/compiler/powershell.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('powershell', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'powershell') finish endif |