X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=11ee374f06113a46e716e2aa9204483c021bdaa0;hb=9407c798a8c30697b538fdd06d620c1600f0410e;hp=7716d8c467fe2ba4e7a9695c0a82e67d9d293a2f;hpb=79dae4c15149a6629cf5ce21cccb6725c6a574f9;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 7716d8c..11ee374 100644 --- a/vimrc +++ b/vimrc @@ -559,6 +559,10 @@ if has('syntax') let g:perl_include_pod = 1 " syntax coloring for PODs " Python. let g:python_highlight_all = 1 + " 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:sh_fold_enabled = 7 " functions (1), heredoc (2) and if/do/for (4) " Vim. let g:vimsyn_embed = 0 " don't highlight embedded languages let g:vimsyn_folding = 'af' " folding for autogroups (a) and functions (f)