We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42a6d2 commit 1dcada1Copy full SHA for 1dcada1
2 files changed
src/gui.c
@@ -1118,7 +1118,8 @@ gui_update_cursor(
1118
gui_mch_set_blinking(shape->blinkwait,
1119
shape->blinkon,
1120
shape->blinkoff);
1121
- if (shape->blinkoff == 0 || shape->blinkon == 0 || shape->blinkoff == 0)
+ if (shape->blinkwait == 0 || shape->blinkon == 0
1122
+ || shape->blinkoff == 0)
1123
gui_mch_stop_blink();
1124
#ifdef FEAT_TERMINAL
1125
if (shape_bg != INVALCOLOR)
src/version.c
@@ -766,6 +766,8 @@ static char *(features[]) =
766
767
static int included_patches[] =
768
{ /* Add new patch number below this line */
769
+/**/
770
+ 1296,
771
/**/
772
1295,
773
0 commit comments