| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reflect "ctrlp_match_current_file" in CtrlPMRUFiles | hokorobi | 2024-10-20 | 1 | -1/+2 |
| | | |||||
| * | Fix typo in ctrlp.txt | elig0n | 2024-09-22 | 1 | -1/+1 |
| | | |||||
| * | Improve CtrlP fuzzy finding results on large directories | Yudi Zhou | 2022-03-22 | 1 | -0/+11 |
| | | |||||
| * | Fix doc related to wildignore | Yudi Zhou | 2022-03-21 | 2 | -36/+10 |
| | | |||||
| * | Ignore errors | Yasuhiro Matsumoto | 2022-03-22 | 1 | -0/+7 |
| | | |||||
| * | Fix lazy update value rule | Tsuyoshi CHO | 2020-10-05 | 2 | -10/+12 |
| | | |||||
| * | Fix #520 | Takahiro Yoshihara | 2019-11-03 | 1 | -4/+4 |
| | | | | | To fix expression in the help doc for more clarity. | ||||
| * | fix g:ctrlp_user_command_async | ishitaku5522 | 2019-07-20 | 2 | -2/+2 |
| | | |||||
| * | Fixes a typo in docs | Jonathan Gold | 2019-01-13 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 1.80 | Boris Brodski | 2018-02-08 | 2 | -2/+2 |
| | | |||||
| * | Fix doc for `:CtrlPCurFile` and `:CtrlPCurWD` | Takahiro Yoshihara | 2017-08-30 | 1 | -2/+2 |
| | | | | | close #396 | ||||
| * | Remove extra less than sign | hokorobi | 2017-07-15 | 1 | -1/+0 |
| | | |||||
| * | translate doc changes to Chinese | lishouyu | 2017-04-08 | 1 | -6/+51 |
| | | |||||
| * | fix minor typo in documentation ctrlp.txt | anbn | 2017-03-27 | 1 | -1/+1 |
| | | |||||
| * | add g:ctrlp_custom_tag_files | Yasuhiro Matsumoto | 2017-01-13 | 1 | -0/+3 |
| | | | | | close #282 | ||||
| * | g:ctrlp_match_window = 'results:0' mean no-limits | Yasuhiro Matsumoto | 2017-01-13 | 1 | -0/+1 |
| | | | | | close #338 | ||||
| * | release 1.80 | Yasuhiro Matsumoto | 2016-11-28 | 1 | -0/+22 |
| | | | | | Close #327 | ||||
| * | Fix doc about mappings inside the prompt | todashuta | 2016-11-03 | 2 | -2/+4 |
| | | |||||
| * | fix doc about ctrlp_buftag_ctags_bin | Yasuhiro Matsumoto | 2016-09-19 | 1 | -1/+2 |
| | | | | | https://github.com/ctrlpvim/ctrlp.vim/pull/305 | ||||
| * | Merge pull request #299 from blueyed/doc-CtrlPCurFile-CtrlPCurWD | mattn | 2016-09-15 | 1 | -1/+12 |
| |\ | | | | | Document :CtrlPCurFile and :CtrlPCurWD | ||||
| | * | Document :CtrlPCurFile and :CtrlPCurWD | Daniel Hahler | 2016-09-14 | 1 | -1/+12 |
| | | | |||||
| * | | doc: mention g:ctrlp_show_hidden with g:ctrlp_custom_ignore | Daniel Hahler | 2016-09-14 | 1 | -2/+3 |
| |/ | |||||
| * | Merge pull request #220 from ctrlpvim/core-types | mattn | 2016-07-27 | 1 | -1/+8 |
| |\ | | | | | Customizable core types | ||||
| | * | Document for g:ctrlp_types | Yasuhiro Matsumoto | 2016-04-10 | 1 | -1/+8 |
| | | | |||||
| * | | translate recent doc change | codepiano | 2016-04-11 | 1 | -13/+153 |
| |/ | |||||
| * | New buffer explorer mode with highlighting | Sergey Vlasov | 2016-03-08 | 1 | -2/+33 |
| | | |||||
| * | Merge pull request #87 from Konfekt/master | mattn | 2016-03-01 | 2 | -13/+0 |
| |\ | | | | | cleanup mru record function | ||||
| | * | remove superfluous mru_nomod option | Enno Nagel | 2016-01-07 | 2 | -13/+0 |
| | | | | | | | | | | | | | | | | | | | Because the check !empty(getbufvar('^' . abs_fn . '$', '&bt')) already excludes help buffers, which the option was chiefly aimed at | ||||
| * | | Docs: do not recommend `--git-dir=%s/.git` | Thomas Miedema | 2016-01-31 | 2 | -2/+2 |
| | | | | | | | | | | | `cd %s && git ls-files` works better in combination with a custom `ctrlp_root_markers`. | ||||
| * | | Add option `ctrlp_match_current_file` to include the current file in match ↵ | Ludovic Chabant | 2016-01-06 | 1 | -0/+11 |
| |/ | | | | results. | ||||
| * | Update credits in helpfile. | Lucas Hoffmann | 2015-12-20 | 1 | -4/+5 |
| | | |||||
| * | Implement brief_prompt mode | Yasuhiro Matsumoto | 2015-11-12 | 1 | -0/+4 |
| | | | | | Close #156 | ||||
| * | Move auto ignore extension to CtrlP core. | Ludovic Chabant | 2015-11-05 | 1 | -1/+76 |
| | | |||||
| * | Correct misspellings | Syohei YOSHIDA | 2015-08-26 | 1 | -2/+2 |
| | | |||||
| * | documentation for g:ctrlp_open_single_match and g:ctrpl_ctrlp_line_prefix | walt | 2015-08-13 | 1 | -0/+31 |
| | | |||||
| * | translate recent help doc changes | codepiano | 2015-06-28 | 1 | -2/+29 |
| | | |||||
| * | add option to prevent adding nomod buffers to MRU | Konfekt | 2015-03-08 | 1 | -0/+6 |
| | | |||||
| * | make tilde_homedir variable global | Enno Nagel | 2015-02-23 | 1 | -5/+5 |
| | | |||||
| * | explain BookmarkDirAdd(!) command as provided | Enno Nagel | 2015-02-10 | 1 | -6/+8 |
| | | |||||
| * | mru and bookmarked path use ~ for $HOME | Enno Nagel | 2015-02-09 | 1 | -1/+9 |
| | | |||||
| * | add Work Dir MRU | Konfekt | 2014-12-19 | 1 | -0/+16 |
| | | | | I really wanted this and was just about to write a CtrlPWorkDirMRU plugin before I stumbled upon the undocumented bang switch of CtrlPBookmarkDirAdd! | ||||
| * | translate recent doc changes | codepiano | 2014-11-22 | 1 | -0/+5 |
| | | |||||
| * | Revert "New buffer explorer mode with highlighting and more" | mattn | 2014-11-15 | 1 | -19/+3 |
| | | |||||
| * | New buffer explorer mode with highlighting | Sergey Vlasov | 2014-11-07 | 1 | -3/+19 |
| | | |||||
| * | Add doc | mattn | 2014-09-24 | 1 | -0/+6 |
| | | |||||
| * | translate recent doc content changes | codepiano | 2014-08-11 | 1 | -5/+10 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into ↵ | Angelo Olivera | 2014-08-08 | 2 | -7/+1408 |
| |\ | | | | | | | | | | | | | redondos/doc_ctrlp_working_path_mode Conflicts: readme.md | ||||
| | * | Merge pull request #16 from ludovicchabant/custom_ignore_func | mattn | 2014-08-08 | 1 | -0/+9 |
| | |\ | | | | | | | Add ability to specify a custom ignore function, instead of just patterns | ||||
| | | * | Add ability to specify a custom ignore function, instead of just patterns. | ludovicchabant | 2014-07-23 | 1 | -0/+9 |
| | | | | |||||
| | * | | Drop migemo | mattn | 2014-08-08 | 2 | -14/+0 |
| | | | | |||||