aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/config/command.vim3
-rw-r--r--vim/config/term.vim3
2 files changed, 3 insertions, 3 deletions
diff --git a/vim/config/command.vim b/vim/config/command.vim
index a7389cfb..1d2b647a 100644
--- a/vim/config/command.vim
+++ b/vim/config/command.vim
@@ -17,6 +17,9 @@ if has('cmdline_info')
set showmode
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
set shellslash
diff --git a/vim/config/term.vim b/vim/config/term.vim
index f368e481..8dbda431 100644
--- a/vim/config/term.vim
+++ b/vim/config/term.vim
@@ -22,6 +22,3 @@ set timeoutlen=1000
" correctly; I don't use Escape as a meta key anyway
set ttimeout
set ttimeoutlen=50
-
-" Don't write the output of :make to the terminal
-set shellpipe=>