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

Added support for custom ancestors: g:ctrlp_custom_ancestors. #599

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nfvs
Copy link

@nfvs nfvs commented Jul 28, 2014

Working path mode 'r' looks for the following files in ancestors: .git .hg .svn .bzr _darcs. Some projects, however, don't have any of these.

This PR implements support for declaring custom ancestor filenames, e.g. pom.xml:

let g:ctrlp_custom_ancestors = ['pom.xml']

@d11wtq
Copy link

d11wtq commented Aug 7, 2014

@nfvs this looks useful. Would you like it merging into https://github.com/ctrlpvim/ctrlp.vim since this fork appears to no longer maintained as of 12 months ago?

@d11wtq
Copy link

d11wtq commented Aug 8, 2014

Moved to: ctrlpvim#2

@nfvs
Copy link
Author

nfvs commented Aug 8, 2014

@d11wtq sure, thanks!

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

2 participants