From 48246731fc7892ba03eb84ecb71b691ed5f593c1 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Tue, 10 Jul 2018 19:00:24 +0200 Subject: [PATCH] Make win32 check permanent --- .vim/vimrc | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.43.0