neoclide / coc-lists

Common lists for coc.nvim
264 stars 24 forks source link

Searches in `:CocList mru` break the MRU order #103

Closed arbitrary-dev closed 3 years ago

arbitrary-dev commented 3 years ago

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.

chemzqm commented 3 years ago

Use --no-sort option.

arbitrary-dev commented 3 years ago

:CocList --no-sort mru to be exact, not after "mru".

Thanks!