diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-06-20 18:47:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-20 18:47:30 +0200 |
commit | 7a309311a2c6858c9cd59db47becf4c9baaa9bfe (patch) | |
tree | 4a037c0c0c5ff91d6efe422c503b64353d74dce7 /runtime/syntax | |
parent | 99ef06d8467968ac262b875ef840fd0f5415e402 (diff) | |
download | rneovim-7a309311a2c6858c9cd59db47becf4c9baaa9bfe.tar.gz rneovim-7a309311a2c6858c9cd59db47becf4c9baaa9bfe.tar.bz2 rneovim-7a309311a2c6858c9cd59db47becf4c9baaa9bfe.zip |
vim-patch:d799daa660b8 (#19031)
Update runtime files
https://github.com/vim/vim/commit/d799daa660b8821943cbe1682f00da9e812dd48c
Diffstat (limited to 'runtime/syntax')
-rw-r--r-- | runtime/syntax/vim.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim index 9917a7f694..76ad1d523d 100644 --- a/runtime/syntax/vim.vim +++ b/runtime/syntax/vim.vim @@ -368,7 +368,7 @@ syn match vimSetMod contained "&vim\=\|[!&?<]\|all&" " Let: {{{2 " === syn keyword vimLet let unl[et] skipwhite nextgroup=vimVar,vimFuncVar,vimLetHereDoc -VimFoldh syn region vimLetHereDoc matchgroup=vimLetHereDocStart start='=<<\s\+\%(trim\>\)\=\s*\z(\L\S*\)' matchgroup=vimLetHereDocStop end='^\s*\z1\s*$' +VimFoldh syn region vimLetHereDoc matchgroup=vimLetHereDocStart start='=<<\s\+\%(trim\%(\s\+eval\)\=\|eval\%(\s\+trim\)\=\)\=\s*\z(\L\S*\)' matchgroup=vimLetHereDocStop end='^\s*\z1\s*$' " Abbreviations: {{{2 " ============= |