commit | 1dd45fb4f3371f0256653b2186c8b4b3d26b3f41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 31 21:10:01 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 31 21:10:01 2018 +0100 |
tree | 1a98ce1bfba438843ef01ee54267da7fdd37b47e | |
parent | a338adcf222b6a24e26ea5ae6a2ad27f914acb38 [diff] [blame] |
patch 8.0.1450: GUI: endless loop when stopping cursor blinking Problem: Endless loop when gui_mch_stop_blink() is called while blink_state is BLINK_OFF. (zdohnal) Solution: Avoid calling gui_update_cursor() recursively.
diff --git a/src/version.c b/src/version.c index d6082df..ea5dbef 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1450, +/**/ 1449, /**/ 1448,