diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-25 22:11:48 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-25 22:11:48 +0200 |
commit | 3e496b0ea31996b665824f45664dee1fdd73c4d0 (patch) | |
tree | ba186d3f36fe10fa470832b8d5ef9ec225740378 /runtime/syntax/sh.vim | |
parent | 9af418427652562384744648d7d173a4bfebba95 (diff) | |
download | vim-git-3e496b0ea31996b665824f45664dee1fdd73c4d0.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/syntax/sh.vim')
-rw-r--r-- | runtime/syntax/sh.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/sh.vim b/runtime/syntax/sh.vim index 18da77976..6048aed4e 100644 --- a/runtime/syntax/sh.vim +++ b/runtime/syntax/sh.vim @@ -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 |