When one enters the underscore in the vim bar,
it infinitely recurses trying to process the
key pressed event [1].
This patch allows only one level of recursion.
cullmann | |
sstjames |
Kate |
When one enters the underscore in the vim bar,
it infinitely recurses trying to process the
key pressed event [1].
This patch allows only one level of recursion.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
Thanks for investigating Ivan, and sorry for the inconvenience this has caused.
I'm still completely unable to reproduce this, but the patch seems to cause no problems and if it fixes this issue for you, please go ahead and commit!