]> granicus.if.org Git - vim/commit
updated for version 7.3.431 v7.3.431
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Feb 2012 21:05:48 +0000 (22:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Feb 2012 21:05:48 +0000 (22:05 +0100)
commita8c8a688ac66958f9d1d8763925cefe739e46ccc
tree693bc1e2a539465e425979c2784a4729c07ec8b7
parent73b2470896034e9d5a13837eec49b2f1065b8c12
updated for version 7.3.431
Problem:    Fetching a key at a prompt may be confused by escape sequences.
            Especially when getting a prompt at a VimEnter autocommand.
            (Alex Efros)
Solution:   Properly handle escape sequences deleted by check_termcode().
src/getchar.c
src/misc1.c
src/proto/term.pro
src/term.c
src/version.c