]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
Use mkbuild#SelectXref as <leader>x
authorR. Steve McKown <rsmckown@gmail.com>
Tue, 21 Jul 2015 20:53:52 +0000 (14:53 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 21 Jul 2015 21:04:50 +0000 (15:04 -0600)
This function allows switching between tag databases.

vim/bundle/vim-mkbuild
vim/vimrc

index e1ebb294da0c4950b5c2a23224cec7b3b1273e55..ecc0c7cf11a98de5d5de7934dfdf1ed36bcf3c6c 160000 (submodule)
@@ -1 +1 @@
-Subproject commit e1ebb294da0c4950b5c2a23224cec7b3b1273e55
+Subproject commit ecc0c7cf11a98de5d5de7934dfdf1ed36bcf3c6c
index 5a5bdeef57646c1f23522231a536f295ddd81d28..e039486050e2e68813409097856a3c1021fdcd3a 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -352,6 +352,7 @@ nnoremap co( :RainbowParenthesesToggle<CR>
 
 " mkbuild tools
 nnoremap <silent> <leader>e :call mkbuild#DmenuOpen('e')<CR>
+nnoremap <silent> <leader>x :call mkbuild#SelectXrefs()<CR>
 
 " Turn on doxygen syntax highlighting for C, C++, C# and IDL files.
 let g:load_doxygen_syntax=1