summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/normal.c1
-rw-r--r--src/popupwin.c1
-rw-r--r--src/version.c2
3 files changed, 2 insertions, 2 deletions
diff --git a/src/normal.c b/src/normal.c
index 6cac553155..ce1acb555e 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -2325,7 +2325,6 @@ do_mouse(
ui_may_remove_balloon();
if (p_bevalterm)
{
-ch_log(NULL, "setting balloon timer");
profile_setlimit(p_bdlay, &bevalexpr_due);
bevalexpr_due_set = TRUE;
}
diff --git a/src/popupwin.c b/src/popupwin.c
index 59aaa6617b..c6355e122a 100644
--- a/src/popupwin.c
+++ b/src/popupwin.c
@@ -1437,7 +1437,6 @@ check_mouse_moved(win_T *wp, win_T *mouse_wp)
{
typval_T res;
-ch_log(NULL, "closing popup %d", wp->w_id);
res.v_type = VAR_NUMBER;
res.vval.v_number = -2;
// Careful: this makes "wp" invalid.
diff --git a/src/version.c b/src/version.c
index fb21f07712..5cede94f95 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1658,
+/**/
1657,
/**/
1656,