-
Notifications
You must be signed in to change notification settings - Fork 83
Description
- OS: Arch Linux
- (Neo)Vim version: 0.4.0
- vim-clap version: current HEAD
Sometime since I last updated vim-plugins (up to a month perhaps?), the behavior of vim-clap has regressed.
A common workflow for me is to open a file, search for some next, make a change, then use vim-clap with a grep or files provider to load up another file with related content. My expectation is that I should be able to use n
without further ado to find the next instance from my previous search, then .
to repeat the fix.
At some point vim-clap
has started registering things typed into the search (for example using the files provider) as an action in VIM's command history. Now when I get a new buffer open n
works to find the next instance of my last search, but when I try to repeat the last action using .
I get whatever fuzzy string I typed into the files provider inserted in my file.