aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc11
1 files changed, 0 insertions, 11 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 27c8778f..44c1b33a 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -464,14 +464,3 @@ nnoremap <Leader>! ^"zyg_:!<C-R>z<CR>
inoreabbrev almsot almost
inoreabbrev wrnog wrong
inoreabbrev Fielding Feilding
-
-" Automatic quickfix window and location list opening, merci romainl
-augroup quickfix_auto_open
- autocmd!
- autocmd QuickFixCmdPost [^l]* cwindow
- autocmd QuickFixCmdPost l* lwindow
- autocmd VimEnter * cwindow
-augroup END
-
-augroup equalalways_resized
- autocmd!