]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0370: the typebuf_was_filled flag is sometimes not reset v8.2.0370
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Mar 2020 12:01:40 +0000 (13:01 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Mar 2020 12:01:40 +0000 (13:01 +0100)
commite49b4bb89505fad28cf89f0891aef3e2d397919e
treed2495b040684048ef257f112bf84e32aa7d867ce
parent1671f4488105ee12a6a8558ae351436c26ab55fc
patch 8.2.0370: the typebuf_was_filled flag is sometimes not reset

Problem:    The typebuf_was_filled flag is sometimes not reset, which may
            cause a hang.
Solution:   Make sure typebuf_was_filled is reset when the typeahead buffer is
            empty.
src/edit.c
src/getchar.c
src/version.c