Skip to content

Ignoring files #81

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

Open
tony opened this issue May 19, 2016 · 0 comments
Open

Ignoring files #81

tony opened this issue May 19, 2016 · 0 comments

Comments

@tony
Copy link

tony commented May 19, 2016

I want to build file-ignoring into pyvim

  1. I need a solution where I add a basic function in my ~/.pyvimrc that takes a filename and accepts/rejects it
  2. It should work be able to pass in to https://github.com/jonathanslenders/pyvim/blob/f428949924eabe61fca18a54621c475fe33f05d2/pyvim/commands/completer.py#L22 file_filter.
  3. We should allow configuration to potentially add multiple ignore functions. For instance, I may want to ignore .pyc and make a function for that, but I may also want to in the future be able to ignore .gitignore globs.

I'm going to suggest a PR first and get feedback on it, best.

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