aboutsummaryrefslogtreecommitdiff
path: root/vim/config/command.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-03 00:00:17 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-03 00:00:17 +1300
commit8ffc267a1f97278bd98b5028e2dc7463aca2a61a (patch)
tree5f182520d5d953a7304b90cdfada68b31454c02b /vim/config/command.vim
parentMerge branch 'feature/review-ideas' into develop (diff)
downloaddotfiles-8ffc267a1f97278bd98b5028e2dc7463aca2a61a.tar.gz
dotfiles-8ffc267a1f97278bd98b5028e2dc7463aca2a61a.zip
Move misplaced command.vim file
Looks like this was added in a1ee04d for v0.4.0 and was intended to replace the file in its correct path at vim/config/comment.vim.
Diffstat (limited to 'vim/config/command.vim')
-rw-r--r--vim/config/command.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/vim/config/command.vim b/vim/config/command.vim
index 1d2b647a..2a60bab3 100644
--- a/vim/config/command.vim
+++ b/vim/config/command.vim
@@ -22,7 +22,9 @@ set shellpipe=>
" Always use forward slashes, I very seldom need to use Vim on Windows for
" more than scratch space anyway
-set shellslash
+if exists('+shellslash')
+ set shellslash
+endif
" Tolerate typos like :Wq, :Q, or :Qa and do what I mean, including any
" arguments or modifiers; I fat-finger these commands a lot because I type