From a72f5ccd9a0ac3c2333443964b9219d6cf8c80c1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Nov 2017 17:31:41 +1300 Subject: 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. --- vim/config/command.vim | 3 --- 1 file changed, 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') -- cgit v1.2.3