aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--vim/vimrc4
2 files changed, 4 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index 01ac8386..12cbac54 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v1.34.2
-Tue Jul 17 22:44:07 UTC 2018
+tejr dotfiles v1.34.3
+Wed Jul 18 01:55:36 UTC 2018
diff --git a/vim/vimrc b/vim/vimrc
index a7b598d9..f40823ee 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -315,8 +315,8 @@ 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 to location list
-nnoremap <Bslash>. :<C-U>lmake!<CR>
+" \. runs the configured make program into the location list
+nnoremap <Bslash>. :<C-U>lmake!<Bar>:lwindow<CR>
" \DEL deletes the current buffer
nnoremap <Bslash><Delete> :<C-U>bdelete<CR>