aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/sh.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-04-28 23:27:35 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-04-28 23:39:24 +0200
commit40fb96c76a46a85adb6a62ab8d83e83fc8e7aca7 (patch)
tree376dbc0cea422b0b963c3823538cdfa70735ddc1 /runtime/syntax/sh.vim
parenta5e9974ed77621c224b2b8fa49f76cab954fb2c6 (diff)
downloadrneovim-40fb96c76a46a85adb6a62ab8d83e83fc8e7aca7.tar.gz
rneovim-40fb96c76a46a85adb6a62ab8d83e83fc8e7aca7.tar.bz2
rneovim-40fb96c76a46a85adb6a62ab8d83e83fc8e7aca7.zip
vim-patch:3e496b0ea319
Updated runtime files. https://github.com/vim/vim/commit/3e496b0ea31996b665824f45664dee1fdd73c4d0 NA patches: vim-patch:8.0.0015 vim-patch:8.0.0016 vim-patch:177778575148
Diffstat (limited to 'runtime/syntax/sh.vim')
-rw-r--r--runtime/syntax/sh.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/sh.vim b/runtime/syntax/sh.vim
index 18da779764..6048aed4ec 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