commit | 989a70c590c2bd109eb362d3a0e48cb1427ae13d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 16 22:46:01 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 16 22:46:01 2017 +0200 |
tree | e35f05c19c3589b00450a54c40d3d928b32b0500 | |
parent | 6fe15bbc87cb996912fe3c2c4068e356071ac516 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index ebfa0bf..b2de15d 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 948, +/**/ 947, /**/ 946,