index
:
ctrlp.vim
core-types
correct-window
extensions
fix-138
fix-416
fix-421
fix-587
fix-broken-highlight-for-undo
fix-buf-matching-by-fname
fix-getextvar
fix-switch_buffer
fix314
fix438
gh-pages
master
matcher-color
readdir
unescape-path
Fuzzy finder plugin for Vim
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
doc
(
follow
)
Commit message (
Expand
)
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
*
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
*
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
*
g:ctrlp_match_window = 'results:0' mean no-limits
Yasuhiro Matsumoto
2017-01-13
1
-0
/
+1
*
release 1.80
Yasuhiro Matsumoto
2016-11-28
1
-0
/
+22
*
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
*
Merge pull request #299 from blueyed/doc-CtrlPCurFile-CtrlPCurWD
mattn
2016-09-15
1
-1
/
+12
|
\
|
*
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
|
\
|
*
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
|
\
|
*
remove superfluous mru_nomod option
Enno Nagel
2016-01-07
2
-13
/
+0
*
|
Docs: do not recommend `--git-dir=%s/.git`
Thomas Miedema
2016-01-31
2
-2
/
+2
*
|
Add option `ctrlp_match_current_file` to include the current file in match re...
Ludovic Chabant
2016-01-06
1
-0
/
+11
|
/
*
Update credits in helpfile.
Lucas Hoffmann
2015-12-20
1
-4
/
+5
*
Implement brief_prompt mode
Yasuhiro Matsumoto
2015-11-12
1
-0
/
+4
*
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
*
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 redondos/doc_ctrlp_working_...
Angelo Olivera
2014-08-08
2
-7
/
+1408
|
\
|
*
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.
ludovicchabant
2014-07-23
1
-0
/
+9
|
*
|
Drop migemo
mattn
2014-08-08
2
-14
/
+0
[next]