aboutsummaryrefslogtreecommitdiff
path: root/vim/config/command.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/config/command.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