Updated runtime files.

This commit is contained in:
Bram Moolenaar
2016-09-25 22:11:48 +02:00
parent 9af4184276
commit 3e496b0ea3
16 changed files with 1428 additions and 1171 deletions

View File

@ -381,7 +381,7 @@ ShFoldHereDoc syn region shHereDoc matchgroup=shHereDoc15 start="<<-\s*\\\z([^ \
" Here Strings: {{{1
" =============
" available for: bash; ksh (really should be ksh93 only) but not if its a posix
" available for: bash; ksh (really should be ksh93 only) but not if it's a posix
if exists("b:is_bash") || (exists("b:is_kornshell") && !exists("g:is_posix"))
syn match shHereString "<<<" skipwhite nextgroup=shCmdParenRegion
endif