summaryrefslogtreecommitdiffstats
path: root/ftplugin/ps1xml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/ps1xml.vim')
-rw-r--r--ftplugin/ps1xml.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/ps1xml.vim b/ftplugin/ps1xml.vim
index 4014865b..4bd65c44 100644
--- a/ftplugin/ps1xml.vim
+++ b/ftplugin/ps1xml.vim
@@ -1,4 +1,4 @@
-if !has_key(g:polyglot_is_disabled, 'powershell')
+if has_key(g:polyglot_is_disabled, 'powershell')
finish
endif