aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-19 17:31:41 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-19 17:31:41 +1300
commita72f5ccd9a0ac3c2333443964b9219d6cf8c80c1 (patch)
treec4c34595aa8ecc0b014a119db551d80819f6dd2e
parentMerge branch 'feature/vim-sh' into develop (diff)
downloaddotfiles-a72f5ccd9a0ac3c2333443964b9219d6cf8c80c1.tar.gz
dotfiles-a72f5ccd9a0ac3c2333443964b9219d6cf8c80c1.zip
Remove 'shellpipe' setting
This seems to be necessary for a location-list-based :lmake system to work for checking and linting. I'll figure out exactly why a bit later.
-rw-r--r--vim/config/command.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/config/command.vim b/vim/config/command.vim
index e6679b84..b96987cd 100644
--- a/vim/config/command.vim
+++ b/vim/config/command.vim
@@ -4,9 +4,6 @@ set history=2000
" Always tell me the number of lines changed by a command
set report=0
-" Don't write the output of :make to the terminal
-set shellpipe=>
-
" Command-line based features
if has('cmdline_info')