Don't give key presses to hint mode if this is off.
authorDaniel Carl <danielcarl@gmx.de>
Thu, 4 Dec 2014 22:33:05 +0000 (23:33 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 4 Dec 2014 22:46:55 +0000 (23:46 +0100)
commit8994191d288b79795a2ae7cad7e5abf91b2b4080
tree4705e7cec382f06d594c3fb1adb312312bd37d3b
parent750b2d2d5bb6851539e3616c04bd8d6320930df2
Don't give key presses to hint mode if this is off.

If commands where typed into inputbox, there where javaScript errors written
in case a ';' was typed. The decision when the hinting mode is active was
wrong. Hinting is always started explicit so we can check the mode flag to
decide if the key can be handled by the hinting mode.
src/ex.c
src/hints.c