aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Fix ctrlp_switch_buffer doesn't work properly problem (#169)fix-switch_bufferTakahiro Yoshihara2015-12-161-1/+1
* Merge pull request #158 from ctrlpvim/brief-promptmattn2015-11-302-0/+9
|\
| * Implement brief_prompt modeYasuhiro Matsumoto2015-11-122-0/+9
* | Merge pull request #162 from paretje/mastermattn2015-11-301-1/+5
|\ \
| * | Fix indentationParetje2015-11-181-5/+5
| * | Use systemlist when possibleParetje2015-11-181-1/+5
|/ /
* | Merge pull request #155 from ludovicchabant/autoignoremattn2015-11-102-1/+248
|\|
| * Move auto ignore extension to CtrlP core.Ludovic Chabant2015-11-052-1/+248
|/
* Merge pull request #104 from ryanoasis/mastermattn2015-11-021-1/+3
|\
| * Allow easier customizing of list formatRyan McIntyre2015-07-121-1/+1
| * Allow easier customizing of list formatRyan McIntyre2015-07-121-1/+3
* | Merge pull request #147 from faceleg/patch-1mattn2015-10-271-0/+6
|\ \
| * | Added snippet showing how to ignore .gitignore filesMichael Robinson2015-10-271-0/+6
|/ /
* | Merge pull request #131 from ptzz/mastermattn2015-09-151-0/+3
|\ \
| * | Add buffertag support for dosbatch, matlab and vhdlptzz2015-09-141-0/+3
|/ /
* | Merge pull request #130 from ptzz/mastermattn2015-09-141-0/+2
|\ \
| * | Add support for ant and tex files in buffertagptzz2015-09-141-0/+2
|/ /
* | Merge pull request #122 from syohex/misspellingsTakahiro Yoshihara2015-08-271-2/+2
|\ \
| * | Correct misspellingsSyohei YOSHIDA2015-08-261-2/+2
|/ /
* | Merge pull request #116 from tacahiroy/fix-terminal-buffer-selectionTakahiro Yoshihara2015-08-201-1/+1
|\ \
| * | Fix buffer mode to handle neovim terminal buffer properly (#106)Takahiro Yoshihara2015-08-201-1/+1
|/ /
* | Merge pull request #113 from ggVGc/docs_open_single_matchmattn2015-08-131-0/+31
|\ \
| * | documentation for g:ctrlp_open_single_match and g:ctrpl_ctrlp_line_prefixwalt2015-08-131-0/+31
|/ /
* | Merge pull request #85 from maurizi/fix-tagselect-auto-selectionmattn2015-08-081-3/+10
|\ \
| * | Fix auto selection of tag from tselect menu for tags in the same file.Michael Maurizi2015-03-161-3/+10
* | | Merge pull request #88 from ferranpm/mastermattn2015-07-161-3/+7
|\ \ \ | |_|/ |/| |
| * | Add support for terminal buffers on neovimFerran Pelayo Monfort2015-05-221-3/+7
* | | Merge pull request #100 from codepiano/mastermattn2015-06-291-2/+29
|\ \ \
| * | | translate recent help doc changescodepiano2015-06-281-2/+29
|/ / /
* | | 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