You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
Problems summary
Files and folders that are part of set wildignore cannot be opened.
Expected
Expected to be able to open it even if it's ignored.
Environment Information
defx version(SHA1): latest
OS: Linux mint 19
neovim/Vim version: NVIM v0.3.2-dev
:checkhealth or :CheckHealth result(neovim only):
health#defx#check
========================================================================
## defx.nvim
- OK: has("python3") was successful
- OK: Python 3.6.1+ was successful
Provide a minimal init.vim/vimrc with less than 50 lines (Required!)
" Your minimal init.vim/vimrcsetruntimepath+=~/path/to/defx.nvim/autocmdFileTypedefxcalls:defx_my_settings()
function!s:defx_my_settings() abortnnoremap<buffer><expr><CR> defx#do_action('open')endfunction"It happened for me with node_modules, can be anything.setwildignore=*my_ignored_folder/**
The reproduce ways from neovim/Vim starting (Required!)
run :!mkdir my_ignored_folder && echo "testing" > my_ignored_folder/test.txt
run :Defx
navigate to folder my_ignored_folder
Try to open test.txt with Enter
With min vimrc provided i don't get any errors, but in my full setup i get this:
The text was updated successfully, but these errors were encountered:
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
Problems summary
Files and folders that are part of
set wildignore
cannot be opened.Expected
Expected to be able to open it even if it's ignored.
Environment Information
defx version(SHA1): latest
OS: Linux mint 19
neovim/Vim version: NVIM v0.3.2-dev
:checkhealth
or:CheckHealth
result(neovim only):Provide a minimal init.vim/vimrc with less than 50 lines (Required!)
The reproduce ways from neovim/Vim starting (Required!)
:!mkdir my_ignored_folder && echo "testing" > my_ignored_folder/test.txt
:Defx
my_ignored_folder
test.txt
with EnterWith min vimrc provided i don't get any errors, but in my full setup i get this:
The text was updated successfully, but these errors were encountered: