]> oss.titaniummirror.com Git - smckown/dotfiles.git/commit
vimrc: update for newest vim-mkbuild plugin
authorR. Steve McKown <rsmckown@gmail.com>
Mon, 18 Jan 2016 23:39:15 +0000 (16:39 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Mon, 18 Jan 2016 23:39:15 +0000 (16:39 -0700)
commit998aa359f59ee74a2bd342cf9cd8e4ea5e6155df
tree60c20f634ee8c71bcd75612e21c3bc21971a6f6e
parentd5483f13a7ff74e444e7a67922b46ff2eaab38e1
vimrc: update for newest vim-mkbuild plugin

The vim-mkbuild plugin has been improved.  It supports two diferent file
search sources for Unite!

* <leader>E maps to unite using the mkbuild/file source, which provides
  all files in the project, including other projects referenced
  externally in the optional extrefs file.

* <leader>e maps to unite using the mkbuild/file_xref source, which
  provides that subset of files used in a specific mkbuild build.  This
  version requires the use of <leader>x first to set a build.  If no
  build is available, mkbuild/file_xref instead works just like
  mkbuild/file.
vim/bundle/vim-mkbuild
vim/vimrc