From 3b849af90a691f2a9999222b0e69bd161bebc5e2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 10 Jul 2019 16:15:04 +0200 Subject: patch 8.1.1658: debug statements included in patch Problem: Debug statements included in patch. Solution: Remove the debug statements. --- src/normal.c | 1 - src/popupwin.c | 1 - src/version.c | 2 ++ 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/normal.c b/src/normal.c index 6cac55315..ce1acb555 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 59aaa6617..c6355e122 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 fb21f0771..5cede94f9 100644 --- a/src/version.c +++ b/src/version.c @@ -777,6 +777,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1658, /**/ 1657, /**/ -- cgit v1.2.1