Zdenek Dohnal 22e375
diff -up vim80/src/gui.c.blinkoff-loop vim80/src/gui.c
Zdenek Dohnal 22e375
--- vim80/src/gui.c.blinkoff-loop	2018-01-19 12:08:46.503427723 +0100
Zdenek Dohnal 22e375
+++ vim80/src/gui.c	2018-01-19 12:09:24.542072239 +0100
Zdenek Dohnal 22e375
@@ -1121,9 +1121,6 @@ gui_update_cursor(
Zdenek Dohnal 22e375
 	gui_mch_set_blinking(shape->blinkwait,
Zdenek Dohnal 22e375
 			     shape->blinkon,
Zdenek Dohnal 22e375
 			     shape->blinkoff);
Zdenek Dohnal 22e375
-	if (shape->blinkwait == 0 || shape->blinkon == 0
Zdenek Dohnal 22e375
-						       || shape->blinkoff == 0)
Zdenek Dohnal 22e375
-	    gui_mch_stop_blink();
Zdenek Dohnal 22e375
 #ifdef FEAT_TERMINAL
Zdenek Dohnal 22e375
 	if (shape_bg != INVALCOLOR)
Zdenek Dohnal 22e375
 	{