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