summaryrefslogtreecommitdiffstats
path: root/syntax/fsharp.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/fsharp.vim')
-rw-r--r--syntax/fsharp.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/fsharp.vim b/syntax/fsharp.vim
index 954e5a25..4dcca3c1 100644
--- a/syntax/fsharp.vim
+++ b/syntax/fsharp.vim
@@ -1,4 +1,4 @@
-if has_key(g:polyglot_is_disabled, 'fsharp')
+if polyglot#init#is_disabled(expand('<sfile>:p'), 'fsharp', 'syntax/fsharp.vim')
finish
endif