File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2325,7 +2325,6 @@ do_mouse(
23252325 ui_may_remove_balloon ();
23262326 if (p_bevalterm )
23272327 {
2328- ch_log (NULL , "setting balloon timer" );
23292328 profile_setlimit (p_bdlay , & bevalexpr_due );
23302329 bevalexpr_due_set = TRUE;
23312330 }
Original file line number Diff line number Diff line change @@ -1437,7 +1437,6 @@ check_mouse_moved(win_T *wp, win_T *mouse_wp)
14371437 {
14381438 typval_T res ;
14391439
1440- ch_log (NULL , "closing popup %d" , wp -> w_id );
14411440 res .v_type = VAR_NUMBER ;
14421441 res .vval .v_number = -2 ;
14431442 // Careful: this makes "wp" invalid.
Original file line number Diff line number Diff line change @@ -777,6 +777,8 @@ static char *(features[]) =
777777
778778static int included_patches [] =
779779{ /* Add new patch number below this line */
780+ /**/
781+ 1658 ,
780782/**/
781783 1657 ,
782784/**/
You can’t perform that action at this time.
0 commit comments