aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 17817408..cd059d28 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -300,14 +300,5 @@ nnoremap <Bslash><Delete> :bdelete<CR>
" \INS edits a new buffer
nnoremap <Bslash><Insert> :<C-U>enew<CR>
-" Always pop open quickfix and location lists when changed
-if exists('##QuickfixCmdPost')
- augroup vimrc_quickfix
- autocmd!
- autocmd QuickfixCmdPost [^l]* cwindow
- autocmd QuickfixCmdPost l* lwindow
- augroup END
-endif
-
" Source any .vim files from ~/.vim/config
runtime! config/*.vim