summaryrefslogtreecommitdiffstats
path: root/indent
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-12-30 12:16:03 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2020-12-30 12:16:03 +0100
commit0626cc90a21dbd93806e431a4cff640d2d13c765 (patch)
tree0d34c8341fd4448131b77a36fc3ee64c998c40ee /indent
parent8af4f8e6c04b163d39de4327fca7f69cce78c0ab (diff)
downloadvim-polyglot-4.17.0.tar.gz
vim-polyglot-4.17.0.zip
Change fish provider, closes #626v4.17.0
Diffstat (limited to '')
-rw-r--r--indent/fish.vim1
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