junegunn / vim-peekaboo

:eyes: " / @ / CTRL-R
1.13k stars 39 forks source link

Peekaboo breaks commandline window #27

Closed rafaeln closed 9 years ago

rafaeln commented 9 years ago

If you enter the commandline window (with q: or :) and then try to paste something there, you get this series of errors:

image

For the time being I am fixing this by setting a delay for peekaboo, but I thought you could implement in the commandline window the same behavior it has on the commandline, namely, be inactive.

Thanks for the great plugin!

junegunn commented 9 years ago

Thanks for the report. Fixed it so that the mappings are not defined on command-line window. Let me know if you see any other issue.

rafaeln commented 9 years ago

This fixed this issue. Thanks!

On Wed, Apr 29, 2015 at 10:44 PM Junegunn Choi notifications@github.com wrote:

Thanks for the report. Fixed it so that the mappings are not defined on command-line window. Let me know if you see any other issue.

Reply to this email directly or view it on GitHub https://github.com/junegunn/vim-peekaboo/issues/27#issuecomment-97630226 .