Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
112 commits
Select commit Hold shift + click to select a range
64e4fd6
Include custom file listing warning in readme's exclusion notes.
drn Sep 16, 2013
b5f8261
Highlight only individual characters
aaronjensen Oct 11, 2013
3559e2b
More complicated, but even better highlighting
aaronjensen Oct 11, 2013
96cf005
Hide cursor shape
mattn Nov 27, 2013
04ddbf4
translate the ctrlp doc into Chinese
codepiano Dec 8, 2013
fd2dc8e
rename the ctrlp_cn.txt to ctrlp.cnx
codepiano Dec 8, 2013
b844bf8
fix translate errors
codepiano Dec 16, 2013
abc936a
Make README screenshot narrower to fit
roryokane Mar 26, 2014
f04b561
Improve wording for ctrlp_working_path_mode
Apr 21, 2014
11fe3e1
Add function ctrlp#clearmarkedlist()
d11wtq Jun 15, 2014
bf8a824
Add support for Scala
emilyst Jul 12, 2014
2f3055e
Add ability to specify a custom ignore function, instead of just patt…
ludovicchabant Jul 23, 2014
87d559c
Check shell in Windows before assuming cmd.exe
Chronial Jul 26, 2014
7ceaa81
Added support for custom ancestors: g:ctrlp_custom_ancestors.
nfvs Jul 28, 2014
72abe16
Merge pull request #2 from nfvs/custom_ancestor_filenames
d11wtq Aug 8, 2014
05e5500
Merge pull request #10 from roryokane/patch-1
d11wtq Aug 8, 2014
daf7c47
Added CtrlPMark highlight group
amadeus May 9, 2014
aac35a4
Merge pull request #18 from amadeus/highlight-ctrlpmark
d11wtq Aug 8, 2014
c1317c4
Merge pull request #6 from codepiano/translate-cn
tacahiroy Aug 8, 2014
955093b
Merge pull request #17 from Chronial/fix-win-shell
d11wtq Aug 8, 2014
802f5a8
Drop migemo
mattn Aug 8, 2014
3837950
Update URLs in README to point to new repo
d11wtq Aug 8, 2014
2e959df
Merge pull request #19 from ctrlpvim/drop-migemo
d11wtq Aug 8, 2014
a07f71c
Merge pull request #20 from ctrlpvim/fix/readme-links
tacahiroy Aug 8, 2014
b94d8b4
Improve g:ctrlp_working_path_mode
trisk Mar 6, 2014
474d81d
Merge pull request #16 from ludovicchabant/custom_ignore_func
mattn Aug 8, 2014
3532f98
Retab
mattn Aug 8, 2014
27b6f15
Support ctrlp_custom_ignore as function ref
mattn Aug 8, 2014
0051ac9
Merge pull request #21 from ctrlpvim/custom_ignore_funcref
d11wtq Aug 8, 2014
498e35f
Remove custom_ancestors since root_markers does the same thing.
nfvs Aug 8, 2014
ae7c96f
Merge pull request #22 from nfvs/master
d11wtq Aug 8, 2014
417ab86
update matcher to match that of ctrlp-cmatcher
aaronjensen Aug 8, 2014
0c6f678
Merge remote-tracking branch 'origin/master' into redondos/doc_ctrlp_…
redondos Aug 8, 2014
92ff0f8
Merge pull request #12 from redondos/doc_ctrlp_working_path_mode
d11wtq Aug 8, 2014
49c49c0
Merge pull request #3 from drn/exclusion-warning
d11wtq Aug 8, 2014
e30f152
Update .gitignore
d11wtq Aug 9, 2014
a277d35
Merge pull request #4 from aaronjensen/improve-highlighting
mattn Aug 11, 2014
a172b20
Hide cursor shape
mattn Nov 27, 2013
a30828a
Merge pull request #5 from mattn/hide_cursor_shape
mattn Aug 11, 2014
df0316f
Merge branch 'master' of https://github.com/ctrlpvim/ctrlp.vim
mattn Aug 11, 2014
3be8ed2
translate recent doc content changes
codepiano Aug 11, 2014
623d40a
Merge pull request #24 from codepiano/master
d11wtq Aug 11, 2014
9925e76
Merge branch 'master' of https://github.com/ctrlpvim/ctrlp.vim
mattn Sep 24, 2014
ef4bd78
Add customizable value. ex:
mattn Sep 24, 2014
16b8cd8
Add doc
mattn Sep 24, 2014
a651eac
Remove needless +
mattn Sep 30, 2014
5ce9c63
Merge pull request #32 from ctrlpvim/default-value
tacahiroy Sep 30, 2014
e2a7cf7
Add bang flag for CtrlPBookmarkDirAdd to avoid ask some. Close #35
mattn Oct 9, 2014
abb4f4b
Merge pull request #36 from ctrlpvim/bookmarkdiradd
mattn Oct 13, 2014
4eadf37
New buffer explorer mode with highlighting
noscript Nov 7, 2014
8fc9a41
Merge pull request #37 from sergey-vlasov/master
tacahiroy Nov 12, 2014
1ad49d4
Revert "New buffer explorer mode with highlighting and more"
mattn Nov 15, 2014
3b57b1c
Merge pull request #51 from ctrlpvim/revert-37-master
mattn Nov 15, 2014
23ef819
Center the screen on the tag after jumping.
jszakmeister Nov 15, 2014
3e68157
Fix for switch_buffer
jityao Nov 16, 2014
4677064
Merge pull request #53 from jszakmeister/center-tag-after-jump
mattn Nov 16, 2014
bba96f9
Used !empty(s:jmptobuf)
gelguy Nov 16, 2014
d9b6499
Fix #56
mattn Nov 17, 2014
84a3a7e
Merge pull request #57 from ctrlpvim/fix56
mattn Nov 17, 2014
237d276
translate recent doc changes
codepiano Nov 22, 2014
4277ef8
Merge pull request #60 from codepiano/translate-cn
tacahiroy Nov 24, 2014
bb4ad49
Use empty "extra" option for ctags
janlarres Nov 25, 2014
a35d400
Add <plug>(ctrlp)
mattn Dec 2, 2014
db3e8b1
Remove needless <silent>
mattn Dec 2, 2014
f7953b4
Merge pull request #63 from ctrlpvim/plug-map
mattn Dec 2, 2014
b2fb394
Merge pull request #61 from majutsushi/patch-1
mattn Dec 2, 2014
ea5e9bb
Merge pull request #55 from gelguy/switch_buffer-fix
mattn Dec 2, 2014
dc33def
add Work Dir MRU
Konfekt Dec 19, 2014
24fedfc
Merge pull request #65 from Konfekt/patch-1
mattn Dec 21, 2014
f8fd979
Merge pull request #15 from emilyst/patch-1
tacahiroy Dec 25, 2014
faafe12
Add init function for custom ignore callbacks.
ludovicchabant Aug 19, 2014
d0fab7c
Add custom post-ignore function to mirror the init one.
ludovicchabant Jan 30, 2015
9947f14
Merge pull request #72 from ludovicchabant/master
ludovicchabant Jan 30, 2015
554af01
Check s:usrign is dictionary or string. Close #73
mattn Feb 2, 2015
bc94048
Fix indent
mattn Feb 2, 2015
f6cb0f0
remove typo to uniformize dir path
Konfekt Feb 7, 2015
b37a761
mru and bookmarked path use ~ for $HOME
Konfekt Feb 7, 2015
ed17232
Merge pull request #76 from Konfekt/master
ludovicchabant Feb 9, 2015
57216b0
explain BookmarkDirAdd(!) command as provided
Konfekt Feb 10, 2015
7c22f79
clean up BookmarkDirAdd function
Konfekt Feb 10, 2015
3d30f36
make tilde_homedir variable global
Konfekt Feb 23, 2015
0d1b178
added option g:open_single_match
Feb 27, 2015
9990570
added option g:ctrlp_line_prefix, defining a string to print in front…
Feb 27, 2015
3c4f108
add option to prevent adding nomod buffers to MRU
Konfekt Mar 8, 2015
0f6f3f9
Merge pull request #82 from Konfekt/nomod
mattn Mar 9, 2015
ff67356
Fix bug. related issue #82
mattn Mar 9, 2015
b8a0715
Merge pull request #81 from ggVGc/option_line_prefix
ludovicchabant Mar 11, 2015
193d176
made g:ctrlp_open_single into a list of affected extensions, rather t…
Mar 12, 2015
682f6e1
made g:open_single_match work for core modes also
Mar 12, 2015
6415ca1
Add new extensions function: update
LFDM Jan 4, 2015
8bf346c
Rename `update` to `validate`.
ludovicchabant Mar 16, 2015
5188861
Fix indent
mattn Mar 16, 2015
74e8de7
Fix auto selection of tag from tselect menu for tags in the same file.
maurizi Mar 16, 2015
2946122
Merge branch 'auto_open_single' of https://github.com/ggVGc/ctrlp.vim…
ludovicchabant Mar 20, 2015
f2effdc
Merge branch 'ggVgc-auto_open_single'
ludovicchabant Mar 24, 2015
dfd357c
Add support for terminal buffers on neovim
ferranpm Mar 30, 2015
5ab5b0d
translate recent help doc changes
codepiano Jun 28, 2015
2ffdd4c
Merge pull request #100 from codepiano/master
mattn Jun 28, 2015
5f317f0
Merge pull request #88 from ferranpm/master
mattn Jul 16, 2015
c9f622f
Merge pull request #85 from maurizi/fix-tagselect-auto-selection
mattn Aug 8, 2015
7fcd2b4
documentation for g:ctrlp_open_single_match and g:ctrpl_ctrlp_line_pr…
Aug 13, 2015
62a45c4
Merge pull request #113 from ggVGc/docs_open_single_match
mattn Aug 13, 2015
d82ec24
Fix buffer mode to handle neovim terminal buffer properly (#106)
tacahiroy Aug 20, 2015
1ea6799
Merge pull request #116 from tacahiroy/fix-terminal-buffer-selection
tacahiroy Aug 20, 2015
273132b
Correct misspellings
syohex Aug 26, 2015
84c6e6f
Merge pull request #122 from syohex/misspellings
tacahiroy Aug 26, 2015
c857aa1
Add support for ant and tex files in buffertag
ptzz Sep 14, 2015
9ed7c9d
Merge pull request #130 from ptzz/master
mattn Sep 14, 2015
fd18d37
Add buffertag support for dosbatch, matlab and vhdl
ptzz Sep 14, 2015
58247bd
Merge pull request #131 from ptzz/master
mattn Sep 15, 2015
246179f
Remove BufAdd hook for mrufiles.vim:record()
gywn Oct 1, 2015
0b9b900
merge to ctrlpvim
gywn Oct 16, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
*.zip
note.txt
tags
tags-cn
.hg*
tmp/*
Loading