commit 54d9907e46230efefa8d7da57f1803b0756cac44
parent 0bfb5a696745f99adf56f7c50cdf2cb06b5668f5
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Tue, 28 Apr 2020 14:36:34 +0200
vim: fix posix syntax highlighting
Former-commit-id: dfbd252dfcde607727f0aec07a74aa779ee48978
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/vim/vimrc b/vim/vimrc
@@ -645,6 +645,9 @@ set scrolloff=5
" Which formats to use for incrementing/decrementing
set nrformats=hex,bin
+
+" We write posix shell scripts
+let g:is_posix = 1
" }}}
" Commands {{{1
command! TodoP vimgrep /^ *[#%\/E]* *\(TODO\|TO DO\)/ **/*.* | copen