]> git.rmz.io Git - dotfiles.git/commitdiff
vim: fix quickfix/location list confusion
authorSamir Benmendil <me@rmz.io>
Thu, 15 Sep 2016 12:22:36 +0000 (13:22 +0100)
committerSamir Benmendil <me@rmz.io>
Thu, 15 Sep 2016 12:22:36 +0000 (13:22 +0100)
vim/after/plugin/togglelist.vim

index 01ba8de23135141363716b216f28ac702a1964ec..8eb7b2b6050d1271c9a3adf437895bc125c4599d 100644 (file)
@@ -61,7 +61,7 @@ endfunction
 
 nmap <silent> [oq :copen<cr>
 nmap <silent> ]oq :cclose<cr>
-nmap <silent> coq :call <SID>ToggleLocationList()<CR>
+nmap <silent> coq :call <SID>ToggleQuickfixList()<CR>
 nmap <silent> [ol :lopen<cr>
 nmap <silent> ]ol :lclose<cr>
-nmap <silent> col :call <SID>ToggleQuickfixList()<CR>
+nmap <silent> col :call <SID>ToggleLocationList()<CR>