aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-10 21:44:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-10 21:44:28 +1300
commit209bea8a39edd8313d1c168071c4ec2a926f0e53 (patch)
treee416ac983886becfb2b15a7f874e13657ad4c088 /vim
parentMove fedora.vim into os.vim (diff)
downloaddotfiles-209bea8a39edd8313d1c168071c4ec2a926f0e53.tar.gz
dotfiles-209bea8a39edd8313d1c168071c4ec2a926f0e53.zip
Remove 'shellslash' setting
This will allow the Windows-specific stuff in my new auto_* plugins to quote filenames correctly.
Diffstat (limited to 'vim')
-rw-r--r--vim/config/command.vim6
1 files changed, 0 insertions, 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 <silent>
\ <Leader>d