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