aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reflect "ctrlp_match_current_file" in CtrlPMRUFileshokorobi2024-10-201-1/+2
|
* Fix typo in ctrlp.txtelig0n2024-09-221-1/+1
|
* Improve CtrlP fuzzy finding results on large directoriesYudi Zhou2022-03-221-0/+11
|
* Fix doc related to wildignoreYudi Zhou2022-03-212-36/+10
|
* Ignore errorsYasuhiro Matsumoto2022-03-221-0/+7
|
* Fix lazy update value ruleTsuyoshi CHO2020-10-052-10/+12
|
* Fix #520Takahiro Yoshihara2019-11-031-4/+4
| | | | To fix expression in the help doc for more clarity.
* fix g:ctrlp_user_command_asyncishitaku55222019-07-202-2/+2
|
* Fixes a typo in docsJonathan Gold2019-01-131-1/+1
|
* Bump version to 1.80Boris Brodski2018-02-082-2/+2
|
* Fix doc for `:CtrlPCurFile` and `:CtrlPCurWD`Takahiro Yoshihara2017-08-301-2/+2
| | | | close #396
* Remove extra less than signhokorobi2017-07-151-1/+0
|
* translate doc changes to Chineselishouyu2017-04-081-6/+51
|
* fix minor typo in documentation ctrlp.txtanbn2017-03-271-1/+1
|
* add g:ctrlp_custom_tag_filesYasuhiro Matsumoto2017-01-131-0/+3
| | | | close #282
* g:ctrlp_match_window = 'results:0' mean no-limitsYasuhiro Matsumoto2017-01-131-0/+1
| | | | close #338
* release 1.80Yasuhiro Matsumoto2016-11-281-0/+22
| | | | Close #327
* Fix doc about mappings inside the prompttodashuta2016-11-032-2/+4
|
* fix doc about ctrlp_buftag_ctags_binYasuhiro Matsumoto2016-09-191-1/+2
| | | | https://github.com/ctrlpvim/ctrlp.vim/pull/305
* Merge pull request #299 from blueyed/doc-CtrlPCurFile-CtrlPCurWDmattn2016-09-151-1/+12
|\ | | | | Document :CtrlPCurFile and :CtrlPCurWD
| * Document :CtrlPCurFile and :CtrlPCurWDDaniel Hahler2016-09-141-1/+12
| |
* | doc: mention g:ctrlp_show_hidden with g:ctrlp_custom_ignoreDaniel Hahler2016-09-141-2/+3
|/
* Merge pull request #220 from ctrlpvim/core-typesmattn2016-07-271-1/+8
|\ | | | | Customizable core types
| * Document for g:ctrlp_typesYasuhiro Matsumoto2016-04-101-1/+8
| |
* | translate recent doc changecodepiano2016-04-111-13/+153
|/
* New buffer explorer mode with highlightingSergey Vlasov2016-03-081-2/+33
|
* Merge pull request #87 from Konfekt/mastermattn2016-03-012-13/+0
|\ | | | | cleanup mru record function
| * remove superfluous mru_nomod optionEnno Nagel2016-01-072-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 Miedema2016-01-312-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 Chabant2016-01-061-0/+11
|/ | | | results.
* Update credits in helpfile.Lucas Hoffmann2015-12-201-4/+5
|
* Implement brief_prompt modeYasuhiro Matsumoto2015-11-121-0/+4
| | | | Close #156
* Move auto ignore extension to CtrlP core.Ludovic Chabant2015-11-051-1/+76
|
* Correct misspellingsSyohei YOSHIDA2015-08-261-2/+2
|
* documentation for g:ctrlp_open_single_match and g:ctrpl_ctrlp_line_prefixwalt2015-08-131-0/+31
|
* translate recent help doc changescodepiano2015-06-281-2/+29
|
* add option to prevent adding nomod buffers to MRUKonfekt2015-03-081-0/+6
|
* make tilde_homedir variable globalEnno Nagel2015-02-231-5/+5
|
* explain BookmarkDirAdd(!) command as providedEnno Nagel2015-02-101-6/+8
|
* mru and bookmarked path use ~ for $HOMEEnno Nagel2015-02-091-1/+9
|
* add Work Dir MRUKonfekt2014-12-191-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 changescodepiano2014-11-221-0/+5
|
* Revert "New buffer explorer mode with highlighting and more"mattn2014-11-151-19/+3
|
* New buffer explorer mode with highlightingSergey Vlasov2014-11-071-3/+19
|
* Add docmattn2014-09-241-0/+6
|
* translate recent doc content changescodepiano2014-08-111-5/+10
|
* Merge remote-tracking branch 'origin/master' into ↵Angelo Olivera2014-08-082-7/+1408
|\ | | | | | | | | | | | | redondos/doc_ctrlp_working_path_mode Conflicts: readme.md
| * Merge pull request #16 from ludovicchabant/custom_ignore_funcmattn2014-08-081-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.ludovicchabant2014-07-231-0/+9
| | |
| * | Drop migemomattn2014-08-082-14/+0
| | |