]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0948: crash if timer closes window while dragging status line v8.0.0948
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Aug 2017 20:46:01 +0000 (22:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Aug 2017 20:46:01 +0000 (22:46 +0200)
commit989a70c590c2bd109eb362d3a0e48cb1427ae13d
treee35f05c19c3589b00450a54c40d3d928b32b0500
parent6fe15bbc87cb996912fe3c2c4068e356071ac516
patch 8.0.0948: crash if timer closes window while dragging status line

Problem:    Crash if timer closes window while dragging status line.
Solution:   Check if the window still exists. (Yasuhiro Matsumoto, closes
            #1979)
src/edit.c
src/evalfunc.c
src/gui.c
src/normal.c
src/ui.c
src/version.c