Commit Graph

14 Commits

Author SHA1 Message Date
Kien N
0af1cdc791 Find root with '/' and '\'
* Submit '/' or '\' to find the project's root. Close #30.
* Add wig flag to glob() and globpath() in addition to expand().
* Make handling working directory less intrusive.
2011-11-12 22:00:50 +07:00
Kien N
6ee4410612 Improve Open Multiple Files
Try not to open a new tab when using <c-o> to open marked files.
Option to move the match window to top of screen.
2011-10-09 09:30:16 +07:00
Kien N
c8d02c5902 Enhancements for prompt history and :CtrlP [start-dir]
Can now use <tab> to auto-complete the directory for the :CtrlP [starting-directory] command.
Prompt history: put last string into history as well (accepted or not).
Remove |g:ctrlp_persistent_input|, |g:ctrlp_live_update| and <c-^>.
2011-10-07 21:10:14 +07:00
Kien N
bfd98009ed Various changes:
* New option `g:ctrlp_live_update`: enable/disable the update-as-you-type functionality.
* New option `g:ctrlp_max_depth`: the maximum directory depth to recurse into.
* New command `ResetCtrlP`: reset all options and take in new values of the option variables.
* Various other changes and bugfixes.
2011-09-18 18:33:37 +07:00
Kien N
ff56395a8f various changes 2011-09-11 23:53:32 +07:00
Kien N
1daeb3291d properly support wildignore 2011-09-09 04:39:59 +07:00
Kien N
6339308c72 some clean up 2011-09-09 01:16:12 +07:00
Kien N
fbcfec256e New feature: search most recently opened files 2011-09-07 21:41:43 +07:00
Kien N
9c285dcd07 bail if &compatible 2011-09-06 18:51:56 +07:00
Kien N
f823efefee some small edits 2011-09-06 06:30:54 +07:00
Kien N
4ca1ab9e37 some small changes 2011-09-05 21:59:18 +07:00
Kien N
c51b7ecbfc add find buffers 2011-09-05 18:05:04 +07:00
Kien N
b6f15390b8 various changes 2011-08-22 09:14:00 +07:00
Kien N
224b504c3d done rewriting the prompt.vim module 2011-06-21 08:21:58 +07:00