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