vim-qf icon indicating copy to clipboard operation
vim-qf copied to clipboard

SaveListAdd a range

Open SevereOverfl0w opened this issue 1 year ago • 2 comments

I'm building a list of "suspect" areas of the codebase. It would be handy to do :.SaveListAdd suspicious to then load up at a later date.

Right now I'd have to do something like :.Keep | :SaveListAdd suspicious | :Restore (but maybe separately)

SevereOverfl0w avatar Aug 05 '22 09:08 SevereOverfl0w

If I understand correctly you would want to add the current list item to a named list, right?

That sounds like a useful feature but I don't think extending :SaveListAdd is the right move. More like a :AddToList thing.

romainl avatar Aug 05 '22 11:08 romainl

That's the feature I'd want, yep!

SevereOverfl0w avatar Aug 05 '22 12:08 SevereOverfl0w