mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.1.1658: debug statements included in patch
Problem: Debug statements included in patch. Solution: Remove the debug statements.
This commit is contained in:
@@ -2325,7 +2325,6 @@ do_mouse(
|
|||||||
ui_may_remove_balloon();
|
ui_may_remove_balloon();
|
||||||
if (p_bevalterm)
|
if (p_bevalterm)
|
||||||
{
|
{
|
||||||
ch_log(NULL, "setting balloon timer");
|
|
||||||
profile_setlimit(p_bdlay, &bevalexpr_due);
|
profile_setlimit(p_bdlay, &bevalexpr_due);
|
||||||
bevalexpr_due_set = TRUE;
|
bevalexpr_due_set = TRUE;
|
||||||
}
|
}
|
||||||
|
@@ -1437,7 +1437,6 @@ check_mouse_moved(win_T *wp, win_T *mouse_wp)
|
|||||||
{
|
{
|
||||||
typval_T res;
|
typval_T res;
|
||||||
|
|
||||||
ch_log(NULL, "closing popup %d", wp->w_id);
|
|
||||||
res.v_type = VAR_NUMBER;
|
res.v_type = VAR_NUMBER;
|
||||||
res.vval.v_number = -2;
|
res.vval.v_number = -2;
|
||||||
// Careful: this makes "wp" invalid.
|
// Careful: this makes "wp" invalid.
|
||||||
|
@@ -777,6 +777,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1658,
|
||||||
/**/
|
/**/
|
||||||
1657,
|
1657,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user