Shougo / denite.nvim

:dragon: Dark powered asynchronous unite all interfaces for Neovim/Vim8
Other
2.06k stars 216 forks source link

Filter of file source doesn't work properly, but file/rec works #828

Closed skt041959 closed 3 years ago

skt041959 commented 3 years ago

Warning: I will close the issue without the minimal init.vim and the reproduction instructions.

Problems summary

The filter of file source can't return substring matches. But file/rec work correctly.

Expected

The filter should return substring matches at least.

Environment Information (Required!)

Provide a minimal init.vim with less than 50 lines (Required!)

set runtimepath+=~/path/to/denite.nvim/

How to reproduce problems from neovim startup (Required!)

  1. cd ~/path/to/denite.nvim/test
  2. nvim -u init_mini.vim
  3. :Denite -input=auto file #show noting in denite window
  4. :Denite -input=auto file/rec #show autoload* items in denite window

Generate a logfile if appropriate

Nothing in log file

Screenshot (if possible)

Upload the log file

Shougo commented 3 years ago

Fixed.