]> granicus.if.org Git - vim/commit
patch 8.1.0834: GUI may wait too long before dealing with messages v8.1.0834
authorBram Moolenaar <Bram@vim.org>
Sun, 27 Jan 2019 15:55:47 +0000 (16:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 27 Jan 2019 15:55:47 +0000 (16:55 +0100)
commite40b9d47bf8f8f716d3ef5a95c8ecbbdc0a501f9
tree7891a85cc4c4d8f9c173309dfdf7e870777a8046
parentd93090f41f70c521cfad5b25efcb0024b9480082
patch 8.1.0834: GUI may wait too long before dealing with messages

Problem:    GUI may wait too long before dealing with messages.  Returning
            early may cause a mapping to time out.
Solution:   Use the waiting loop from Unix also for the GUI.
            (closes #3817, closes #3824)
src/gui.c
src/os_unix.c
src/proto/ui.pro
src/testdir/screendump.vim
src/ui.c
src/version.c