Closed kaosf closed 1 year ago
It is the feature of matcher_substring
.
Please see the documentation.
*ddu-filter-matcher_substring-param-limit*
limit (number)
The filter limit value.
If filtered items length is bigger than it, the filter is
ignored.
Default: 1000
solution: You can change the order of filters
.
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
Problems summary
Some items disappear on filtering. In my case, in
file_rec
sources.Expected
All items that are not ignored should be shown.
Environment Information
this plugin version (SHA1): 31a433de33aad319125c46752ae3e20de1e146f7
ddu-ui-ff version (SHA1): a4a3a37dc33ec19f9496f0ed3bafd589ad85658b
ddu-source-file_rec version (SHA1): 51983ef1657a4d691098a4bbe0b3b9459bc09203
denops.vim version (SHA1): 8f3899de3d3add07105221262dca90a31c4c2d4c
deno version(
deno -V
output): deno 1.30.3OS: Manjaro Linux
neovim/Vim
:version
output:Provide a minimal init.vim/vimrc without plugin managers (Required!)
How to reproduce the problem from neovim/Vim startup (Required!)
mkdir a; cd a
mkdir -p vendor/bundle/example
vendor/bundle
mkdir vendor/test
touch vendor/test/a.txt
touch a.txt
Launch Neovim and install plugins at first.
nvim
:call dein#install()
Execute ddu feature.
At first, all items that I expect to be visible exist. There is no
vendor/bundle/*
item.Like below:
Input
ve
in the filter window. All items will disappear.Screenshot (if possible)
https://asciinema.org/a/LiPkbeAhHyVEZ6GuRJEz8ufgq
Upload the log messages by
:redir
and:message
(if errored)Nope
Other notes
Reference link
The issue template was copied from https://github.com/Shougo/ddu-ui-ff repository.