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