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