From: Simon Ruderich Date: Sat, 18 Jun 2016 13:28:56 +0000 (+0200) Subject: vimrc: also set g:is_posix in addition to g:sh_is_posix X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=b0086513fce699422e101d079820316b1a7a438d vimrc: also set g:is_posix in addition to g:sh_is_posix No idea why they remove the prefix. --- diff --git a/vimrc b/vimrc index f96827c..e8f19ff 100644 --- a/vimrc +++ b/vimrc @@ -895,6 +895,7 @@ if has('syntax') " Shell let g:sh_noisk = 1 " don't add . to 'iskeyword' let g:sh_is_posix = 1 " POSIX shell (e.g. dash) is compatible enough + let g:is_posix = 1 " POSIX shell (e.g. dash) is compatible enough let g:sh_fold_enabled = 7 " functions (1), heredoc (2) and if/do/for (4) " Vim let g:vimsyn_embed = 0 " don't highlight embedded languages