From 209bea8a39edd8313d1c168071c4ec2a926f0e53 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 10 Nov 2017 21:44:28 +1300 Subject: Remove 'shellslash' setting This will allow the Windows-specific stuff in my new auto_* plugins to quote filenames correctly. --- vim/config/command.vim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vim/config/command.vim b/vim/config/command.vim index 09ee0f40..a789fd6d 100644 --- a/vim/config/command.vim +++ b/vim/config/command.vim @@ -20,12 +20,6 @@ endif " Don't write the output of :make to the terminal set shellpipe=> -" Always use forward slashes, I very seldom need to use Vim on Windows for -" more than scratch space anyway -if exists('+shellslash') - set shellslash -endif - " \d inserts the current local date from date(1) nnoremap \ d -- cgit v1.2.3