Closed stevearc closed 1 year ago
If a file is in wildignore, you'll receive a E479: No match from the argadd command. As best I can tell, this is because of https://github.com/vim/vim/issues/4610. This is a particular problem because my wildignore includes */.git/*
wildignore
E479: No match
*/.git/*
Thanks!
If a file is in
wildignore
, you'll receive aE479: No match
from the argadd command. As best I can tell, this is because of https://github.com/vim/vim/issues/4610. This is a particular problem because my wildignore includes*/.git/*