X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=e8f19ff6c6cc38cd93b3b37e64384306e2443f1a;hb=b0086513fce699422e101d079820316b1a7a438d;hp=f96827c360a546304e6bb1bb5c148850f2d1842a;hpb=5b04b72429f58d5c8b545f820c2a5fd5f7b0cafa;p=config%2Fdotfiles.git 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