Closed vds2212 closed 9 months ago
Should be fixed in the latest commit. It looks like switching to the files list, but not, when you press the backspace, it's an empty query, previously the filtering will start to work and then the order may be changed even for the empty query due to some contextual matching scheme. Now the behaviour of empty query is made to be consistent with what we see on intializing the provider.
I'll test and let you know :-)
It works like a charm :-) Thanks you so much for your support!
Environment (please complete the following information):
Describe the bug
After issuing:
If I hit Backspace I get something similar to what I would get if I would issue:
Remark: for some reason the order of the files is slightly different.
Clap debug
To Reproduce Steps to reproduce the behavior:
min.vim
:Start Vim with command:
vim -u min.vim
Type
You get the history of buffer visible in the dialog
Wait for the history dialog to come and hit Backspace
You get the list of file you would have if you have issued:
Expected behavior
Get the same list of files you would get if you have only issued:
Remark: You have the same unexpected behavior if you type:
some text
Ctrl-u orsomeword
Ctrl-w