junegunn/vim-oblique

Clear command line

stellarhoof opened this issue · 8 comments

If I start searching (/ ? etc...) and cancel it with CTRL-C, the line stays in the command line. I think an option to disable echoing (also when doing n N) should be good

Hmm, are you running the latest version?
CTRL-C clears the command line in my case
oblique

Yes. I just cloned it and disabled every other plugin except oblique. It might be a .vimrc configuration colliding. I will investigate more.

Ha, it's indeed reproducible with this vimrc:

call plug#begin()
Plug 'vim-oblique'
call plug#end()

I'll see what I can do.

Cool. I'll wait for your magic. Thanks :)

Hey, I've updated vim-pseudocl to correctly handle interrupt. Could you update and check if the problem's resolved?

Yup. That fixed it. Awesome!

Thank you!

FYI I've just improved command-line echoing on n and N so that it's consistent with the default Vim behavior, you might want to check it out.