From: Jannik ZANDER Date: Tue, 10 Jul 2018 17:00:24 +0000 (+0200) Subject: Make win32 check permanent X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=48246731fc7892ba03eb84ecb71b691ed5f593c1;p=dotfiles.git Make win32 check permanent --- diff --git a/.vim/vimrc b/.vim/vimrc index 800f59f..8f5ea33 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -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