From ff8e79e57fbe4058c829a16363860277bfa395fa Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 16 Aug 2018 15:06:53 +1200 Subject: Add a comment --- vim/after/ftplugin/sh.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'vim/after/ftplugin') 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 -- cgit v1.2.3