aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin
diff options
context:
space:
mode:
authorBruno Michel <bmichel@menfin.info>2018-10-12 20:52:10 +0200
committerBruno Michel <bmichel@menfin.info>2018-10-12 21:33:13 +0200
commitb5e3fec621947ec681d1e7d9bc48eac19cde746d (patch)
treeac6b9c2dacc42307d1defd7265cc5ee5be091134 /runtime/ftplugin
parent15a71338e3cc14ac194228256f7069451953ea17 (diff)
downloadrneovim-b5e3fec621947ec681d1e7d9bc48eac19cde746d.tar.gz
rneovim-b5e3fec621947ec681d1e7d9bc48eac19cde746d.tar.bz2
rneovim-b5e3fec621947ec681d1e7d9bc48eac19cde746d.zip
vim-patch:2f0584910c0e
Update runtime files https://github.com/vim/vim/commit/2f0584910c0ea93966dfa7b3b0272dfb16ea6f91
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r--runtime/ftplugin/zsh.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/ftplugin/zsh.vim b/runtime/ftplugin/zsh.vim
index c03a9466a1..fe8efc59ab 100644
--- a/runtime/ftplugin/zsh.vim
+++ b/runtime/ftplugin/zsh.vim
@@ -2,7 +2,7 @@
" Language: Zsh shell script
" Maintainer: Christian Brabandt <cb@256bit.org>
" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
-" Latest Revision: 2015-05-29
+" Latest Revision: 2017-11-22
" License: Vim (see :h license)
" Repository: https://github.com/chrisbra/vim-zsh
@@ -18,9 +18,7 @@ let b:undo_ftplugin = "setl com< cms< fo<"
setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql
-let b:match_words =
- \ &matchpairs
- \ . ',\<if\>:\<elif\>:\<else\>:\<fi\>'
+let b:match_words = ',\<if\>:\<elif\>:\<else\>:\<fi\>'
\ . ',\<case\>:^\s*([^)]*):\<esac\>'
\ . ',\<\%(select\|while\|until\|repeat\|for\%(each\)\=\)\>:\<done\>'
let b:match_skip = 's:comment\|string\|heredoc\|subst'