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