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

file filter should accept hidden file or explicit file input. #90

Open
yunfeizu opened this issue Nov 14, 2014 · 2 comments
Open

file filter should accept hidden file or explicit file input. #90

yunfeizu opened this issue Nov 14, 2014 · 2 comments
Assignees
Labels
Milestone

Comments

@yunfeizu
Copy link

I‘m trying to use exvim to edit exvim files. But the .vimrc .vimrc.local .vimrc.plugins files are missing in ex_project and can't be found by Ctrl-P.
How can I include these files in a project?

@jwu
Copy link
Member

jwu commented Nov 15, 2014

hmmm......... That is a very good question. I think i should add a file_filter named HIDDEN to help user on this.

Another idea is allow user have explicit file_filter, so user can type: file_filter=.vimrc,.gitignore

Right now, my solution is use vim's e command: :e .you.hidden.file. Because we seldom edit hidden file, and if we did, we know its name. And usually they are under root directory.

But you are right, I should make user comfortable if they need them.

@jwu jwu added the new label Nov 15, 2014
@jwu jwu added this to the Long term milestone Nov 15, 2014
@jwu jwu self-assigned this Nov 15, 2014
@jwu jwu changed the title How to include hidden dot files in project? file filter should accept hidden file or explicit file input. Nov 15, 2014
@yunfeizu
Copy link
Author

Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants