Closed arbitrary-dev closed 3 years ago
When browsing :CocList mru, I'd like to use search to quickly find recently used buffers containing the phrase. But as soon as search kicks in, the order of buffers seems to be switched to an ordinary alfanumeric one.
:CocList mru
Use --no-sort option.
--no-sort
:CocList --no-sort mru to be exact, not after "mru".
:CocList --no-sort mru
Thanks!
Issue
When browsing
:CocList mru
, I'd like to use search to quickly find recently used buffers containing the phrase. But as soon as search kicks in, the order of buffers seems to be switched to an ordinary alfanumeric one.