The following is for Normal vim. "Bigger" builds have the same
warning, just a longer gcc command-line. The "make" step contiues and
links an executable.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread
-I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0
-I/usr/include/at-spi-2.0 -I/u
Patch 8.2.2999
Problem:Balloon sometimes does not hide with GTK 3.
Solution: Also listen to GDK_LEAVE_NOTIFY. (Johannes Stezenbach)
Files: src/gui_beval.c
*** ../vim-8.2.2998/src/gui_beval.c 2021-03-18 22:28:53.563835682 +0100
--- src/gui_beval.c 2021-06-14 22:06:39.937975304
Johannes Stezenbach wrote:
> On Fri, Jun 11, 2021 at 11:53:16AM +0200, Johannes Stezenbach wrote:
> > I'm suffering from an annoying issue with ballooneval as
> > used by the taglist plugin. When using gvim built with --enable-gui=gtk3
> > the balloon sometimes does not hide when the gvim window
On 15-Jun-2021 04:41, Bram Moolenaar wrote:
Patch 8.2.2996
Problem:Vim9: when debugging cannot inspect local variables.
Solution: Make local variables available when debugging.
Files: src/vim9execute.c, src/proto/vim9execute.pro, src/vim9compile.c,
src/vim9.h, src/debugge
Patch 8.2.2998 (after 8.2 2996)
Problem:Vim9: disassemble test fails.
Solution: Add missing call to lookup_debug_var().
Files: src/evalvars.c
*** ../vim-8.2.2997/src/evalvars.c 2021-06-11 22:05:43.490401734 +0200
--- src/evalvars.c 2021-06-14 16:27:37.020809782 +0200
**
Patch 8.2.2997 (after 8.2 2996)
Problem:Vim9: disassemble test fails.
Solution: Adjust expected output.
Files: src/testdir/test_vim9_disassemble.vim
*** ../vim-8.2.2996/src/testdir/test_vim9_disassemble.vim 2021-06-13
14:01:22.760396977 +0200
--- src/testdir/test_vim9_disassem
Hi Bram,
On Fri, Jun 11, 2021 at 11:53:16AM +0200, Johannes Stezenbach wrote:
> I'm suffering from an annoying issue with ballooneval as
> used by the taglist plugin. When using gvim built with --enable-gui=gtk3
> the balloon sometimes does not hide when the gvim window loses
> focus, i.e. the bal
Patch 8.2.2996
Problem:Vim9: when debugging cannot inspect local variables.
Solution: Make local variables available when debugging.
Files: src/vim9execute.c, src/proto/vim9execute.pro, src/vim9compile.c,
src/vim9.h, src/debugger.c, src/testdir/test_debugger.vim
*** ../vi
On 2021-06-14, zoumi wrote:
> Describe the bug
> I have set the tag file path with a absolute path, but gvim can't not find it.
>
> To Reproduce
> Detailed steps to reproduce the behavior:
>
> 1. create a tag file: C:\Users\zoumi.cache\HYtags
> 2. set tag file path for vim:
>
> :setl tags+=C:\
Patch 8.2.2995
Problem:Linker errors with dynamic Python 3.10.
Solution: Add a couple of library entries. (Zdenek Dohnal, closes #8381,
closes #8356)
Files: src/if_python3.c
*** ../vim-8.2.2994/src/if_python3.c2020-12-25 13:52:33.537313154 +0100
--- src/if_python3.c
10 matches
Mail list logo