aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-18 13:55:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-18 13:55:47 +1200
commit18f7f96473e23427d797f158e007dcf5d10464a5 (patch)
tree1b75caf0c4ee42bc977790349d846f7ec3abfbce
parentMerge branch 'hotfix/v1.34.2' (diff)
parentBump VERSION (diff)
downloaddotfiles-1.34.3.tar.gz (sig)
dotfiles-1.34.3.zip
Merge branch 'hotfix/v1.34.3'v1.34.3
* hotfix/v1.34.3: Bump VERSION Add missing :lwindow command to \. map
-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>