We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whenever listing folders I still can see files I marked as ignored via wildignore. This is the only config I have:
wildignore
set wildignore+=.git,.svn set wildignore+=*.jpe?g,*.bmp,*.gif,*.png set wildignore+=*.sw? set wildignore+=.DS_Store set wildignore+=node_modules
Even though the pattern looks correct from the netrw-ctrl-h output.
netrw-ctrl-h
Editing Hiding List: ^\.git$,^\.svn$,^.*\.jpe?g$,^.*\.bmp$,^.*\.gif$,^.*\.png$,^.*\.sw?$,^\.DS_Store$,^node_modules$,^\.\.\=/\=$
Am I missing something? Possibly related to #49
The text was updated successfully, but these errors were encountered:
Nevermind, my wildignore was malformed (folders not finishing with a backslash).
Sorry, something went wrong.
No branches or pull requests
Whenever listing folders I still can see files I marked as ignored via
wildignore
. This is the only config I have:Even though the pattern looks correct from the
netrw-ctrl-h
output.Am I missing something? Possibly related to #49
The text was updated successfully, but these errors were encountered: