aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* escape . and \matcher-colormattn2015-06-061-1/+1
* s/color/highlight/mattn2015-06-061-10/+9
* pass match pattern as matchadd()mattn2015-06-061-8/+10
* matcher colormattn2015-06-061-52/+64
* Merge branch 'ggVgc-auto_open_single'Ludovic Chabant2015-03-241-5/+35
|\
| * Merge branch 'auto_open_single' of https://github.com/ggVGc/ctrlp.vim into gg...Ludovic Chabant2015-03-201-5/+35
|/|
| * made g:open_single_match work for core modes alsowalt2015-03-121-6/+21
| * made g:ctrlp_open_single into a list of affected extensions, rather than a gl...walt2015-03-121-3/+3
| * added option g:open_single_matchwalt2015-02-271-0/+15
* | Fix indentYasuhiro Matsumoto2015-03-161-1/+1
* | Rename `update` to `validate`.Ludovic Chabant2015-03-151-4/+3
* | Add new extensions function: updateLFDM2015-03-151-0/+4
* | Merge pull request #81 from ggVGc/option_line_prefixLudovic Chabant2015-03-111-1/+2
|\ \
| * | added option g:ctrlp_line_prefix, defining a string to print in front of each...walt2015-02-271-1/+2
| |/
* | Fix bug. related issue #82Yasuhiro Matsumoto2015-03-092-3/+4
* | Merge pull request #82 from Konfekt/nomodmattn2015-03-094-19/+30
|\ \ | |/ |/|
| * add option to prevent adding nomod buffers to MRUKonfekt2015-03-082-1/+10
| * make tilde_homedir variable globalEnno Nagel2015-02-234-10/+11
| * clean up BookmarkDirAdd functionEnno Nagel2015-02-101-4/+3
| * explain BookmarkDirAdd(!) command as providedEnno Nagel2015-02-101-6/+8
|/
* Merge pull request #76 from Konfekt/masterLudovic Chabant2015-02-093-4/+15
|\
| * mru and bookmarked path use ~ for $HOMEEnno Nagel2015-02-093-4/+15
| * remove typo to uniformize dir pathEnno Nagel2015-02-071-1/+1
|/
* Fix indentmattn2015-02-021-3/+3
* Check s:usrign is dictionary or string. Close #73mattn2015-02-021-2/+2
* Merge pull request #72 from ludovicchabant/masterLudovic Chabant2015-01-291-0/+7
|\
| * Add custom post-ignore function to mirror the init one.ludovicchabant2015-01-291-0/+7
|/
* Add init function for custom ignore callbacks.ludovicchabant2015-01-241-0/+7
* Merge pull request #15 from emilyst/patch-1tacahiroy2014-12-251-0/+1
|\
| * Add support for ScalaEmily St.2014-07-111-0/+1
* | Merge pull request #65 from Konfekt/patch-1mattn2014-12-211-0/+16
|\ \
| * | add Work Dir MRUKonfekt2014-12-191-0/+16
|/ /
* | Merge pull request #55 from gelguy/switch_buffer-fixmattn2014-12-021-1/+1
|\ \
| * | Used !empty(s:jmptobuf)gelguy2014-11-161-1/+1
| * | Fix for switch_bufferJit Yap2014-11-161-1/+1
* | | Merge pull request #61 from majutsushi/patch-1mattn2014-12-021-1/+1
|\ \ \
| * | | Use empty "extra" option for ctagsJan Larres2014-11-261-1/+1
* | | | Merge pull request #63 from ctrlpvim/plug-mapmattn2014-12-021-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Remove needless <silent>mattn2014-12-021-1/+1
| * | | Add <plug>(ctrlp)mattn2014-12-021-2/+4
|/ / /
* | | Merge pull request #60 from codepiano/translate-cntacahiroy2014-11-241-0/+5
|\ \ \
| * | | translate recent doc changescodepiano2014-11-221-0/+5
|/ / /
* | | Merge pull request #57 from ctrlpvim/fix56mattn2014-11-171-1/+0
|\ \ \
| * | | Fix #56mattn2014-11-171-1/+0
|/ / /
* | | Merge pull request #53 from jszakmeister/center-tag-after-jumpmattn2014-11-161-0/+1
|\ \ \ | |/ / |/| |
| * | Center the screen on the tag after jumping.John Szakmeister2014-11-151-0/+1
|/ /
* | Merge pull request #51 from ctrlpvim/revert-37-mastermattn2014-11-152-121/+48
|\ \
| * | Revert "New buffer explorer mode with highlighting and more"mattn2014-11-152-121/+48
|/ /
* | Merge pull request #37 from sergey-vlasov/mastertacahiroy2014-11-122-48/+121
|\ \
| * | New buffer explorer mode with highlightingSergey Vlasov2014-11-072-48/+121