From a57b55af29914625451d257462ca777833026c0a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 23 Jul 2018 17:04:29 +1200 Subject: Remove now-unneeded :lwindow from \. map --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index ab0165c3..747c9c67 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -291,7 +291,7 @@ nnoremap = :call vimrc#Anchor('1G=G') " \+ runs the whole buffer through gq, preserving position nnoremap + :call vimrc#Anchor('1GgqG') " \. runs the configured make program into the location list -nnoremap . :lmake!:lwindow +nnoremap . :lmake! " \DEL deletes the current buffer nnoremap :bdelete -- cgit v1.2.3