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

folder_filter_mode include will not show sub-directory correctly. #75

Closed
jwu opened this issue Sep 10, 2014 · 2 comments
Closed

folder_filter_mode include will not show sub-directory correctly. #75

jwu opened this issue Sep 10, 2014 · 2 comments
Assignees
Milestone

Comments

@jwu
Copy link
Member

jwu commented Sep 10, 2014

Suppose I have the directory structure below:

src/
  foo/
    foobar1.png 
  bar/
    foobar2.png
  foobar3.png
  foobar4.png
bin/
node_modules/

my exvim configuration is:

folder_filter_mode = include -- { include, exclude }
folder_filter += src

When I use this rule for project-tree, it will become:

src/
  foobar3.png
  foobar4.png

Since the src/ filter also applied in sub-tree.

@jwu jwu self-assigned this Sep 10, 2014
@jwu jwu added this to the exVim v0.5.0 milestone Sep 10, 2014
@jwu
Copy link
Member Author

jwu commented Sep 10, 2014

@YuJianrong just let you know

@jwu
Copy link
Member Author

jwu commented Sep 18, 2014

resolved by exvim/ex-project@c5d3295

@jwu jwu closed this as completed Sep 18, 2014
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

No branches or pull requests

1 participant