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