]> git.zndr.dk Git - dotfiles.git/commitdiff
Make win32 check permanent
authorJannik ZANDER <jzander@grundfos.com>
Tue, 10 Jul 2018 17:00:24 +0000 (19:00 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Tue, 10 Jul 2018 17:00:24 +0000 (19:00 +0200)
.vim/vimrc

index 800f59f72781c5b492369101a87b20e400b03b30..8f5ea33326531114e1a449a637efa2280e53c288 100644 (file)
@@ -4,6 +4,10 @@ syntax enable
 
 " Use :help 'option' to see the documentation for the given option.
 set shell=/bin/bash
+if has("win32")
+  set shell=cmd
+  set shellcmdflag=/c
+endif
 set path=.,,**
 set sessionoptions-=options