aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fix-getextvarfix-getextvarYasuhiro Matsumoto2017-07-041-0/+5
|\
| * Merge pull request #383 from Andrei-Stepanov/regex_hlmattn2017-07-041-0/+5
| |\
| | * Add g:ctrlp_regex_always_higlight optionAndrei Stepanov2017-06-261-0/+5
* | | fix getextvarYasuhiro Matsumoto2017-07-041-1/+3
|/ /
* | unlet scalar variableYasuhiro Matsumoto2017-06-291-0/+1
* | check matcher strictlyYasuhiro Matsumoto2017-06-231-1/+1
* | remove debug statementYasuhiro Matsumoto2017-06-231-1/+0
* | support plugin-local matcherYasuhiro Matsumoto2017-06-231-3/+8
* | Merge pull request #372 from majutsushi/issue-339mattn2017-06-041-1/+1
|\ \
| * | Call ctags with --file-scope=yes argumentJan Larres2017-06-041-1/+1
|/ /
* | mru should be loaded when ctrlp_types is not defined.Yasuhiro Matsumoto2017-05-251-1/+1
* | fix bugYasuhiro Matsumoto2017-05-251-1/+1
* | Merge pull request #368 from LemonBoy/mru-on-demandmattn2017-05-251-1/+3
|\ \
| * | Initialize the MRU plugin only when neededLemonBoy2017-05-231-1/+3
|/ /
* | fixes #363Yasuhiro Matsumoto2017-04-281-1/+1
* | \<C-U> should be referenced as literal in single quoteYasuhiro Matsumoto2017-04-271-1/+1
* | fix quoteYasuhiro Matsumoto2017-04-271-1/+1
* | avoid looking {count} with gvYasuhiro Matsumoto2017-04-271-1/+1
* | Merge branch 'master' of https://github.com/ctrlpvim/ctrlp.vimYasuhiro Matsumoto2017-04-263-8/+54
|\ \
| * \ Merge pull request #358 from codepiano/mastermattn2017-04-091-6/+51
| |\ \
| | * | translate doc changes to Chineselishouyu2017-04-081-6/+51
| |/ /
| * | Merge pull request #355 from anbn/patch-1Takahiro Yoshihara2017-03-271-1/+1
| |\ \
| | * | fix minor typo in documentation ctrlp.txtanbn2017-03-271-1/+1
| |/ /
| * | Merge pull request #351 from ctrlpvim/fix333Takahiro Yoshihara2017-03-191-0/+1
| |\ \
| | * | try ctrlp_root_markers before looks up to rootYasuhiro Matsumoto2017-02-211-0/+1
| * | | Fix incorrect matching in buffer mode with by_filename (#346)Takahiro Yoshihara2017-03-191-1/+1
| |/ /
* / / fixes CtrlPLine to detect all buffers.Yasuhiro Matsumoto2017-04-261-1/+1
|/ /
* | add g:ctrlp_custom_tag_filesYasuhiro Matsumoto2017-01-132-2/+5
* | trying to fix buflistKent Sibilev2017-01-131-0/+1
* | CtrlPBuffer doesn't correctly display the buffer name and number if the name ...Kent Sibilev2017-01-131-3/+7
* | g:ctrlp_match_window = 'results:0' mean no-limitsYasuhiro Matsumoto2017-01-132-1/+1
|/
* Merge pull request #329 from ctrlpvim/release1.801.80Takahiro Yoshihara2016-11-292-2/+25
|\
| * bump versionYasuhiro Matsumoto2016-11-281-2/+3
| * release 1.80Yasuhiro Matsumoto2016-11-281-0/+22
|/
* Fix [NULL] is appeared in buffer mode (#325)Takahiro Yoshihara2016-11-181-1/+1
* Merge pull request #320 from todashuta/fix-docmattn2016-11-072-2/+4
|\
| * Fix doc about mappings inside the prompttodashuta2016-11-032-2/+4
|/
* no need exit argYasuhiro Matsumoto2016-11-011-4/+4
* use shellYasuhiro Matsumoto2016-10-311-1/+1
* Merge branch 'asynchronized'Yasuhiro Matsumoto2016-10-291-2/+14
|\
| * stop jobYasuhiro Matsumoto2016-10-291-0/+3
| * Merge branch 'master' into asynchronizedYasuhiro Matsumoto2016-09-150-0/+0
| |\
| * | Find files asynchronously.Yasuhiro Matsumoto2016-09-156-144/+507
| * | Find files asynchronously.Yasuhiro Matsumoto2016-03-091-1/+13
* | | Merge pull request #310 from dkasak/fix-custom-mode-ordermattn2016-10-022-6/+12
|\ \ \
| * | | Use correct mode names when g:ctrlp_types is customised.Denis Kasak2016-10-021-5/+7
| * | | Don't throw exceptions if no mode is turned on.Denis Kasak2016-10-011-0/+4
| * | | Use the first mode in g:ctrlp_types as the default.Denis Kasak2016-10-011-1/+1
|/ / /
* | | fix doc about ctrlp_buftag_ctags_binYasuhiro Matsumoto2016-09-191-1/+2
* | | Revert 1d53c4b3555336612e13b3fe5fbdffc52fda71c9Yasuhiro Matsumoto2016-09-181-4/+0