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