Hi Bram,
2019/7/10 Wed 6:22:41 UTC+9 Bram Moolenaar wrote:
> Patch 8.1.1657
> Problem: Terminal: screen updates from 'balloonexpr' are not displayed.
> Solution: Update the screen if needed. Fix the word position for
> "mousemoved".
> Files: src/beval.c, src/proto/beval.pro, src/popupwin.c,
> src/normal.c,
> src/proto/normal.pro
...
> *** 1437,1442 ****
> --- 1437,1443 ----
> {
> 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.
> *** ../vim-8.1.1656/src/normal.c 2019-07-07 18:27:52.365277132 +0200
> --- src/normal.c 2019-07-09 23:21:57.510482992 +0200
> ***************
> *** 2325,2330 ****
> --- 2325,2331 ----
> ui_may_remove_balloon();
> if (p_bevalterm)
> {
> + ch_log(NULL, "setting balloon timer");
> profile_setlimit(p_bdlay, &bevalexpr_due);
> bevalexpr_due_set = TRUE;
> }
> ***************
Are these change intentional? Or just for debugging?
Regards,
Ken Takata
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/6b5462db-31e3-413f-8a6e-e735b3ef28be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.