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