aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-23 14:46:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-23 14:46:20 +1200
commit3913b456d1d7d21857f8d9444205fd7e6ee74a73 (patch)
tree3aba3c39994ff77cf7c4849adb2137ff6cedeeb5
parentCorrect some leader map definition comments (diff)
downloaddotfiles-3913b456d1d7d21857f8d9444205fd7e6ee74a73.tar.gz
dotfiles-3913b456d1d7d21857f8d9444205fd7e6ee74a73.zip
Add another blank line
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index e56adf72..80587d35 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -375,6 +375,7 @@ nnoremap <Bslash>z :<C-U>setlocal spelllang=en_nz<CR>
nnoremap <Bslash>= :<C-U>call vimrc#Anchor('1G=G')<CR>
" \+ runs the whole buffer through gq, preserving position
nnoremap <Bslash>+ :<C-U>call vimrc#Anchor('1GgqG')<CR>
+
" \. runs the configured make program into the location list
nnoremap <Bslash>. :<C-U>lmake!<CR>