kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 677 forks source link

Line search does not consider vim-rest-console output buffer #785

Open mahdix opened 4 years ago

mahdix commented 4 years ago

vim-rest-console is another vim plugin where you type a request body and it uses cUrl to make the call and shows result in a new buffer (named RESTresponse).

When I run CtrlPLines to search into the response contents, it is not included. If I save the response as a file, it works fine but without saving, I cannot search inside response file via CtrlPLines.