]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.946 v7.3.946
authorBram Moolenaar <Bram@vim.org>
Wed, 15 May 2013 12:22:41 +0000 (14:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 15 May 2013 12:22:41 +0000 (14:22 +0200)
commit46a7561f3a151fefc469225d41822dd0be292f98
treeac16453264c802547562c7a6d99bd1b2d301c59c
parentdfa38d4e45a4a64c6b2a84c1d4c91b153f43a86d
updated for version 7.3.946
Problem:    Sometimes get stuck in waiting for cursor position report,
            resulting in keys starting with <Esc>[ not working.
Solution:   Only wait for more characters after <Esc>[ if followed by '?', '>'
            or a digit.
src/term.c
src/version.c