Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve wording for ctrlp_working_path_mode #559

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
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
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
0c6f678
Merge remote-tracking branch 'origin/master' into redondos/doc_ctrlp_…
redondos Aug 8, 2014
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
3 changes: 2 additions & 1 deletion autoload/ctrlp.vim
Original file line number Diff line number Diff line change
@@ -284,7 +284,8 @@ fu! s:Open()
sil! exe 'let s:glb_'.ke.' = &'.ke.' | let &'.ke.' = '.string(va)
en | endfo
if s:opmul != '0' && has('signs')
sign define ctrlpmark text=+> texthl=Search
sign define ctrlpmark text=+> texthl=CtrlPMark
hi def link CtrlPMark Search
en
cal s:setupblank()
endf