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 60e73f2 commit 2f27aabCopy full SHA for 2f27aab
2 files changed
src/gui.c
@@ -1118,6 +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)
1122
+ gui_mch_stop_blink();
1123
#ifdef FEAT_TERMINAL
1124
if (shape_bg != INVALCOLOR)
1125
{
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1294,
766
/**/
767
1293,
768
0 commit comments