diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-12-30 12:16:03 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-12-30 12:16:03 +0100 |
commit | 0626cc90a21dbd93806e431a4cff640d2d13c765 (patch) | |
tree | 0d34c8341fd4448131b77a36fc3ee64c998c40ee /indent/fish.vim | |
parent | 8af4f8e6c04b163d39de4327fca7f69cce78c0ab (diff) | |
download | vim-polyglot-4.17.0.tar.gz vim-polyglot-4.17.0.zip |
Change fish provider, closes #626v4.17.0
Diffstat (limited to 'indent/fish.vim')
-rw-r--r-- | indent/fish.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indent/fish.vim b/indent/fish.vim index 65610962..2fa1c1a7 100644 --- a/indent/fish.vim +++ b/indent/fish.vim @@ -3,4 +3,5 @@ if has_key(g:polyglot_is_disabled, 'fish') endif setlocal indentexpr=fish#Indent() +setlocal indentkeys=!^F,o,O setlocal indentkeys+==end,=else,=case |