summaryrefslogtreecommitdiffstats
path: root/compiler/cs.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--compiler/cs.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cs.vim b/compiler/cs.vim
index 195887cf..195f1437 100644
--- a/compiler/cs.vim
+++ b/compiler/cs.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('cs', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'cs')
finish
endif