diff options
Diffstat (limited to 'compiler/fish.vim')
-rw-r--r-- | compiler/fish.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/fish.vim b/compiler/fish.vim index e46699b6..7684db47 100644 --- a/compiler/fish.vim +++ b/compiler/fish.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'fish') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'fish', 'compiler/fish.vim') finish endif |