From 3913b456d1d7d21857f8d9444205fd7e6ee74a73 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 23 Aug 2018 14:46:20 +1200 Subject: Add another blank line --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index e56adf72..80587d35 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -375,6 +375,7 @@ nnoremap z :setlocal spelllang=en_nz 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! -- cgit v1.2.3