Fixed none complete keysequence on "<Esc>.
authorDaniel Carl <danielcarl@gmx.de>
Wed, 19 Nov 2014 22:55:10 +0000 (23:55 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 19 Nov 2014 22:55:10 +0000 (23:55 +0100)
commit6accaba7879a3038b08f972fabdabd0cd7fe469f
treeaae2302e5b847f6244fb6e93c250f44847b1658b
parent9d03f1e2fc2b824b7a9da3bf3d8f4381b73def9b
Fixed none complete keysequence on "<Esc>.

If " is typed in normal mode vimb expects a register char so that the " is
show in showcmd section of the statubar. All following next none register
chars are appended to the key sequence so that the command is not ready to
performed.
This patch switch back to starting parser state if the char after the " is no
valid register.
src/normal.c