aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
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 /vim/vimrc
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
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
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>