From ce04c694f566c533d93693cb8ea5524609cb5ff3 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 11 Oct 2015 23:32:46 +0100 Subject: [PATCH] vim: don't jump to first error when :make --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 6ac05a3..7771d14 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -326,8 +326,8 @@ command! ToggleAutoChecktime let b:autochecktime=!get(b:, 'autochecktime', 0) | map " make -nnoremap r :make -nnoremap :make +nnoremap r :make! +nnoremap :make! " unhighlight search nnoremap / :silent nohl -- 2.48.1