commit | a10ae5e323f4ebe6620869f4f9b0812b78090915 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 11 20:48:29 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 11 20:48:29 2018 +0200 |
tree | 3086cf6f1dae824eb2adf2f84a8db4df03c591fc | |
parent | 38623c8512ae3d1bd9556a7b99fc6f7b3a9b1cda [diff] [blame] |
patch 8.0.1814: crash with terminal window and with 'lazyredraw' set Problem: Crash with terminal window and with 'lazyredraw' set. (Antoine) Solution: Check the terminal still exists after update_screen().
diff --git a/src/version.c b/src/version.c index 966463a..918e192 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1814, +/**/ 1813, /**/ 1812,