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