Patch 8.1.1661
Problem:Cannot build with +textprop but without +balloon_eval.
Solution: Adjust #ifdefs. (closes #4645)
Files: src/proto.h
*** ../vim-8.1.1660/src/proto.h 2019-06-14 21:36:51.018437479 +0200
--- src/proto.h 2019-07-10 22:17:13.172692325 +0200
***
*** 230,24
Patch 8.1.1660
Problem:Assert_fails() does not fail inside try/catch.
Solution: Set trylevel to zero. (Ozaki Kiichi, closes #4639)
Files: src/eval.c, src/testdir/test_assert.vim
*** ../vim-8.1.1659/src/eval.c 2019-07-05 22:14:12.086117124 +0200
--- src/eval.c 2019-07-10 22:02:38.84
Patch 8.1.1659
Problem:Popup window "mousemoved" values not correct.
Solution: Convert text column to mouse column.
Files: src/popupwin.c, runtime/doc/popup.txt
*** ../vim-8.1.1658/src/popupwin.c 2019-07-10 16:14:58.201679033 +0200
--- src/popupwin.c 2019-07-10 21:50:45.355
Patch 8.1.1658
Problem:Debug statements included in patch.
Solution: Remove the debug statements.
Files: src/normal.c, src/popupwin.c
*** ../vim-8.1.1657/src/normal.c2019-07-09 23:22:11.570422512 +0200
--- src/normal.c2019-07-10 16:09:00.127177851 +0200
**
Ken Takata wrote:
> 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/be
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/beva