File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1019,8 +1019,11 @@ update_debug_sign(buf_T *buf, linenr_T lnum)
10191019 }
10201020
10211021 /* Return when there is nothing to do, screen updating is already
1022- * happening (recursive call) or still starting up. */
1022+ * happening (recursive call), messages on the screen or still starting up.
1023+ */
10231024 if (!doit || updating_screen
1025+ || State == ASKMORE || State == HITRETURN
1026+ || msg_scrolled
10241027#ifdef FEAT_GUI
10251028 || gui .starting
10261029#endif
Original file line number Diff line number Diff line change @@ -769,6 +769,8 @@ static char *(features[]) =
769769
770770static int included_patches [] =
771771{ /* Add new patch number below this line */
772+ /**/
773+ 837 ,
772774/**/
773775 836 ,
774776/**/
You can’t perform that action at this time.
0 commit comments