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

Conversation

redondos
Copy link

As stated in #397, I've also found the description of the search path flags a bit confusing, I had to resort to the code to understand it. Hopefully this will help.

codepiano and others added 5 commits December 9, 2013 00:38
Make README screenshot narrower so it fits on the GitHub project home page

The current screenshot as displayed on https://github.com/kien/ctrlp.vim is squished to fit within 722px, introducing aliasing and making the screenshot hard to read. This updated image is 720px, so it will fit, and provide a better first impression of ctrlp.vim to people visiting the project page.

I produced this screenshot in Photoshop by effectively deleting some of the empty space in the middle. The window in the image might not be a realistically-sized one – its width might not be a multiple of the character cell width – but nobody will notice.
@oryband
Copy link

oryband commented May 12, 2014

👍

@bronson
Copy link

bronson commented Jun 19, 2014

Much better, now I get it. Thanks!

Two further clarifications might help...

  • I wasn't sure what "disable this feature" meant... what feature are we disabling exactly? opening based on working path? Might be nice to say:

    0 or '' (empty string) - always use vim's cwd (:help getcwd)

  • Also, I thought the phrase "when starting up" meant vim startup, something that happens once and never again. "When opening", or "Every time it opens" might be clearer.

ludovicchabant and others added 4 commits July 23, 2014 13:01
In Windows, some users set the Cygwin shell as their Vim shell, consider
this before rewriting `cd` calls. Checking if `shellcmdflag` contains a
backslash should catch all true windows shells.

You can also check if &shell contains `sh`, but this seems more robust.
Added support for custom ancestors: g:ctrlp_custom_ancestors.
@d11wtq
Copy link

d11wtq commented Aug 8, 2014

Moved to ctrlpvim#12

d11wtq and others added 15 commits August 8, 2014 11:35
Make README screenshot narrower to fit
This creates the ability to add custom highlighting to CtrlP signs/marks
if someone wishes to change them. It links back to the Search group to
maintain backwards compatibility.
Translate documentation to Chinese
Check shell in Windows before assuming cmd.exe
Update URLs in README to point to new repo
Support ordered processing of multiple g:ctrlp_working_path_mode specifications
Clarify g:ctrlp_working_path_mode semantics in readme.md
Add ability to specify a custom ignore function, instead of just patterns
Support ctrlp_custom_ignore as function ref
d11wtq and others added 2 commits August 8, 2014 19:02
Remove custom_ancestors since root_markers does the same thing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet