ctrlp.vim/autoload/ctrlp
Kien N 6a9f1e3a46 Support multiple user commands
Support defining multiple user VCS commands with g:ctrlp_user_command
following this format:

let g:ctrlp_user_command = {
  \ 'types': {
    \ 1: [root_marker_1, listing_command_1],
    \ n: [root_marker_n, listing_command_n],
    \ },
  \ 'fallback': fallback_command
  \ }

Check the docs for a working example (:help ctrlp_user_command).

Refs #118
2012-01-30 08:54:06 +07:00
..
buffertag.vim Resolve a few issues 2012-01-22 11:48:44 +07:00
dir.vim Support multiple user commands 2012-01-30 08:54:06 +07:00
line.vim Some enhancements 2012-01-16 00:42:14 +07:00
mrufiles.vim Version 1.6.8 2012-01-22 19:20:27 +07:00
quickfix.vim Some enhancements 2012-01-16 00:42:14 +07:00
rtscript.vim Some bugfixes 2012-01-29 00:29:09 +07:00
tag.vim Bump version to 1.6.9 2012-01-24 09:13:51 +07:00
undo.vim Some enhancements 2012-01-16 00:42:14 +07:00
utils.vim Don't try to create an existing directory 2012-01-26 10:27:01 +01:00