]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2046: SafeState may be triggered at the wrong moment v8.1.2046
authorBram Moolenaar <Bram@vim.org>
Mon, 16 Sep 2019 19:58:13 +0000 (21:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 16 Sep 2019 19:58:13 +0000 (21:58 +0200)
commit69198cb8c08f124729c41a4681f2d142228a9139
tree12b2ba27e1239074e4bcb1f6f6524d23ab996158
parentdac1347b4d9c1a1aef6aa73fdea08a9d1077d6ea
patch 8.1.2046: SafeState may be triggered at the wrong moment

Problem:    SafeState may be triggered at the wrong moment.
Solution:   Move it up higher to after where messages are processed.  Add a
            SafeStateAgain event to tigger there.
runtime/doc/autocmd.txt
src/autocmd.c
src/channel.c
src/getchar.c
src/main.c
src/proto/main.pro
src/version.c
src/vim.h