vim-patch:5ef1c6a4838a

Update runtime files
5ef1c6a483

"scrollfocus" is for Windows GUI only so it is N/A.
This commit is contained in:
Jan Edmund Lazo
2021-04-24 08:57:52 -04:00
parent d4b65fa6fb
commit 6cdb755507
10 changed files with 68 additions and 53 deletions

View File

@@ -352,7 +352,8 @@ 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(\h\w*\)' matchgroup=vimLetHereDocStop end='^\s*\z1\s*$' contains=vimComment
VimFoldh syn region vimLetHereDoc matchgroup=vimLetHereDocStart start='=<<\s\+\%(trim\>\)\=\s*\z([^a-z]\S*\)' matchgroup=vimLetHereDocStop end='^\s*\z1\s*$' contains=vimComment
syn cluster vimFuncBodyList add=vimLetHereDoc
" Abbreviations: {{{2
" =============