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