summaryrefslogtreecommitdiffstats
path: root/syntax/cmake.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/cmake.vim')
-rw-r--r--syntax/cmake.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/cmake.vim b/syntax/cmake.vim
index b6a9a7f5..7da21750 100644
--- a/syntax/cmake.vim
+++ b/syntax/cmake.vim
@@ -1,4 +1,4 @@
-if !has_key(g:polyglot_is_disabled, 'cmake')
+if has_key(g:polyglot_is_disabled, 'cmake')
finish
endif