willothy / flatten.nvim

Open files and command output from wezterm, kitty, and neovim terminals in your current neovim instance
https://luarocks.org/modules/willothy/flatten.nvim
MIT License
497 stars 13 forks source link

fix: errors when file is in wildignore #25

Closed stevearc closed 1 year ago

stevearc commented 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/*

willothy commented 1 year ago

Thanks!