summaryrefslogtreecommitdiffstats
path: root/after/indent/objc.vim
diff options
context:
space:
mode:
Diffstat (limited to 'after/indent/objc.vim')
-rw-r--r--after/indent/objc.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/after/indent/objc.vim b/after/indent/objc.vim
index e9cc20e8..c84f43b3 100644
--- a/after/indent/objc.vim
+++ b/after/indent/objc.vim
@@ -1,4 +1,4 @@
-if has_key(g:polyglot_is_disabled, 'objc')
+if polyglot#init#is_disabled(expand('<sfile>:p'), 'objc', 'after/indent/objc.vim')
finish
endif