aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/sh.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-16 15:06:53 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-16 15:06:53 +1200
commitff8e79e57fbe4058c829a16363860277bfa395fa (patch)
tree197726919403f36551f9124d95081f5202547763 /vim/after/ftplugin/sh.vim
parentSpin out scroll_next.vim into its own dist (diff)
downloaddotfiles-ff8e79e57fbe4058c829a16363860277bfa395fa.tar.gz
dotfiles-ff8e79e57fbe4058c829a16363860277bfa395fa.zip
Add a comment
Diffstat (limited to 'vim/after/ftplugin/sh.vim')
-rw-r--r--vim/after/ftplugin/sh.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/after/ftplugin/sh.vim b/vim/after/ftplugin/sh.vim
index 475527b9..766994b7 100644
--- a/vim/after/ftplugin/sh.vim
+++ b/vim/after/ftplugin/sh.vim
@@ -27,6 +27,7 @@ let b:undo_ftplugin .= '|unlet b:current_compiler b:sh_check_compiler'
\ . '|setlocal errorformat< makeprg<'
" Resort to g:is_posix for correct syntax on older runtime files
+" 8.1.257 updated the runtime files to include a fix for this
if exists('b:is_posix')
\ && (v:version < 800 || v:version == 800 && !has('patch257'))
let g:is_posix = 1