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