You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report - I've able to reproduce this.
Something about having a leading space in the prompt_prefix looks to be throwing things off.
After playing around a bit, seems like a vim behavior issue(?).
Open a empty buffer
:set buftype=prompt
:call prompt_setprompt(bufnr('%'), ' > ')
go into insert mode, type stuff then go into normal mode and cc -> goes new line
^ this last behavior doesn't happen if you don't have a leading space in the prompt. Since telescope just gets the first line of the prompt, when doing cc with a the prompt >, the next inputs being put a line below doesn't get read.
Description
See ayamir/nvimdots#994
Neovim version
Operating system and version
macOS 13.5.1
Telescope version / branch / rev
a197706
checkhealth telescope
Steps to reproduce
Expected behavior
search continue works
Actual behavior
search don't works
Minimal config
The text was updated successfully, but these errors were encountered: