aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-18 13:56:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-18 13:56:08 +1200
commit68433dee77dc519c95bd1eeca39d59bfe8aabe1a (patch)
tree2aa7accba1e50c5825d2b1b2f58ef5b93dff48e2
parentSort .gitignore (diff)
parentBump VERSION (diff)
downloaddotfiles-68433dee77dc519c95bd1eeca39d59bfe8aabe1a.tar.gz
dotfiles-68433dee77dc519c95bd1eeca39d59bfe8aabe1a.zip
Merge branch 'hotfix/v1.34.3' into develop
* 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 6c206c7e..acaaaa61 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -317,8 +317,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>