| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into fix-getextvarfix-getextvar | Yasuhiro Matsumoto | 2017-07-04 | 1 | -0/+5 |
| |\ | |||||
| | * | Merge pull request #383 from Andrei-Stepanov/regex_hl | mattn | 2017-07-04 | 1 | -0/+5 |
| | |\ | |||||
| | | * | Add g:ctrlp_regex_always_higlight option | Andrei Stepanov | 2017-06-26 | 1 | -0/+5 |
| * | | | fix getextvar | Yasuhiro Matsumoto | 2017-07-04 | 1 | -1/+3 |
| |/ / | |||||
| * | | unlet scalar variable | Yasuhiro Matsumoto | 2017-06-29 | 1 | -0/+1 |
| * | | check matcher strictly | Yasuhiro Matsumoto | 2017-06-23 | 1 | -1/+1 |
| * | | remove debug statement | Yasuhiro Matsumoto | 2017-06-23 | 1 | -1/+0 |
| * | | support plugin-local matcher | Yasuhiro Matsumoto | 2017-06-23 | 1 | -3/+8 |
| * | | Merge pull request #372 from majutsushi/issue-339 | mattn | 2017-06-04 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Call ctags with --file-scope=yes argument | Jan Larres | 2017-06-04 | 1 | -1/+1 |
| |/ / | |||||
| * | | mru should be loaded when ctrlp_types is not defined. | Yasuhiro Matsumoto | 2017-05-25 | 1 | -1/+1 |
| * | | fix bug | Yasuhiro Matsumoto | 2017-05-25 | 1 | -1/+1 |
| * | | Merge pull request #368 from LemonBoy/mru-on-demand | mattn | 2017-05-25 | 1 | -1/+3 |
| |\ \ | |||||
| | * | | Initialize the MRU plugin only when needed | LemonBoy | 2017-05-23 | 1 | -1/+3 |
| |/ / | |||||
| * | | fixes #363 | Yasuhiro Matsumoto | 2017-04-28 | 1 | -1/+1 |
| * | | \<C-U> should be referenced as literal in single quote | Yasuhiro Matsumoto | 2017-04-27 | 1 | -1/+1 |
| * | | fix quote | Yasuhiro Matsumoto | 2017-04-27 | 1 | -1/+1 |
| * | | avoid looking {count} with gv | Yasuhiro Matsumoto | 2017-04-27 | 1 | -1/+1 |
| * | | Merge branch 'master' of https://github.com/ctrlpvim/ctrlp.vim | Yasuhiro Matsumoto | 2017-04-26 | 3 | -8/+54 |
| |\ \ | |||||
| | * \ | Merge pull request #358 from codepiano/master | mattn | 2017-04-09 | 1 | -6/+51 |
| | |\ \ | |||||
| | | * | | translate doc changes to Chinese | lishouyu | 2017-04-08 | 1 | -6/+51 |
| | |/ / | |||||
| | * | | Merge pull request #355 from anbn/patch-1 | Takahiro Yoshihara | 2017-03-27 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * | | fix minor typo in documentation ctrlp.txt | anbn | 2017-03-27 | 1 | -1/+1 |
| | |/ / | |||||
| | * | | Merge pull request #351 from ctrlpvim/fix333 | Takahiro Yoshihara | 2017-03-19 | 1 | -0/+1 |
| | |\ \ | |||||
| | | * | | try ctrlp_root_markers before looks up to root | Yasuhiro Matsumoto | 2017-02-21 | 1 | -0/+1 |
| | * | | | Fix incorrect matching in buffer mode with by_filename (#346) | Takahiro Yoshihara | 2017-03-19 | 1 | -1/+1 |
| | |/ / | |||||
| * / / | fixes CtrlPLine to detect all buffers. | Yasuhiro Matsumoto | 2017-04-26 | 1 | -1/+1 |
| |/ / | |||||
| * | | add g:ctrlp_custom_tag_files | Yasuhiro Matsumoto | 2017-01-13 | 2 | -2/+5 |
| * | | trying to fix buflist | Kent Sibilev | 2017-01-13 | 1 | -0/+1 |
| * | | CtrlPBuffer doesn't correctly display the buffer name and number if the name ... | Kent Sibilev | 2017-01-13 | 1 | -3/+7 |
| * | | g:ctrlp_match_window = 'results:0' mean no-limits | Yasuhiro Matsumoto | 2017-01-13 | 2 | -1/+1 |
| |/ | |||||
| * | Merge pull request #329 from ctrlpvim/release1.801.80 | Takahiro Yoshihara | 2016-11-29 | 2 | -2/+25 |
| |\ | |||||
| | * | bump version | Yasuhiro Matsumoto | 2016-11-28 | 1 | -2/+3 |
| | * | release 1.80 | Yasuhiro Matsumoto | 2016-11-28 | 1 | -0/+22 |
| |/ | |||||
| * | Fix [NULL] is appeared in buffer mode (#325) | Takahiro Yoshihara | 2016-11-18 | 1 | -1/+1 |
| * | Merge pull request #320 from todashuta/fix-doc | mattn | 2016-11-07 | 2 | -2/+4 |
| |\ | |||||
| | * | Fix doc about mappings inside the prompt | todashuta | 2016-11-03 | 2 | -2/+4 |
| |/ | |||||
| * | no need exit arg | Yasuhiro Matsumoto | 2016-11-01 | 1 | -4/+4 |
| * | use shell | Yasuhiro Matsumoto | 2016-10-31 | 1 | -1/+1 |
| * | Merge branch 'asynchronized' | Yasuhiro Matsumoto | 2016-10-29 | 1 | -2/+14 |
| |\ | |||||
| | * | stop job | Yasuhiro Matsumoto | 2016-10-29 | 1 | -0/+3 |
| | * | Merge branch 'master' into asynchronized | Yasuhiro Matsumoto | 2016-09-15 | 0 | -0/+0 |
| | |\ | |||||
| | * | | Find files asynchronously. | Yasuhiro Matsumoto | 2016-09-15 | 6 | -144/+507 |
| | * | | Find files asynchronously. | Yasuhiro Matsumoto | 2016-03-09 | 1 | -1/+13 |
| * | | | Merge pull request #310 from dkasak/fix-custom-mode-order | mattn | 2016-10-02 | 2 | -6/+12 |
| |\ \ \ | |||||
| | * | | | Use correct mode names when g:ctrlp_types is customised. | Denis Kasak | 2016-10-02 | 1 | -5/+7 |
| | * | | | Don't throw exceptions if no mode is turned on. | Denis Kasak | 2016-10-01 | 1 | -0/+4 |
| | * | | | Use the first mode in g:ctrlp_types as the default. | Denis Kasak | 2016-10-01 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | fix doc about ctrlp_buftag_ctags_bin | Yasuhiro Matsumoto | 2016-09-19 | 1 | -1/+2 |
| * | | | Revert 1d53c4b3555336612e13b3fe5fbdffc52fda71c9 | Yasuhiro Matsumoto | 2016-09-18 | 1 | -4/+0 |