On Mon, Jul 25, 2022 at 10:16 PM Bram Moolenaar wrote:
>
>
> Patch 9.0.0072 (after 9.0.0067)
> Problem:Compiler warning for uninitialized variable.
> Solution: Initialize it. (John Marriott)
> Files: src/drawline.c
After this patch, I get a new warning in Big and Huge only, as follows:
> The following (as shown for Big) also appears in Huge build:
>
> gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
> -I/usr/include/harfbuzz -I/usr/include/freetype2
> -I/usr/include/libmo
Patch 9.0.0073
Problem:Too many files recognized as bsdl.
Solution: Use pattern "*.bsd" instead of "*bsd". (Martin Tournoij,
closes #10783)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.0072/runtime/filetype.vim2022-07-16 17:46:41.67374
Patch 9.0.0072 (after 9.0.0067)
Problem:Compiler warning for uninitialized variable.
Solution: Initialize it. (John Marriott)
Files: src/drawline.c
*** ../vim-9.0.0071/src/drawline.c 2022-07-25 18:13:33.046580756 +0100
--- src/drawline.c 2022-07-25 21:11:49.462293072 +0100
John Marriott wrote:
> On 26-July-2022 03:14, Bram Moolenaar wrote:
> > Patch 9.0.0067
> > Problem:Cannot show virtual text.
> > Solution: Initial changes for virtual text support, using text properti=
> es.
> > Files: runtime/doc/textprop.txt, src/beval.c, src/charset.c,
> >
On 26-July-2022 03:14, Bram Moolenaar wrote:
Patch 9.0.0067
Problem:Cannot show virtual text.
Solution: Initial changes for virtual text support, using text properties.
Files: runtime/doc/textprop.txt, src/beval.c, src/charset.c,
src/drawline.c, src/edit.c, src/errors.h,
The following (as shown for Big) also appears in Huge build:
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK
-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/harfbuzz -I/usr/include/freetype2
-I/usr/include/libmount -I/usr/inclu
Patch 9.0.0071
Problem:Command overlaps with printed text in scrollback.
Solution: Clear until end-of-line and use correct message chunk.
(closes #10765, closes #10764)
Files: src/message.c, src/testdir/test_messages.vim
*** ../vim-9.0.0070/src/message.c 2022-07-06
Patch 9.0.0070
Problem:Using utfc_ptr2char_len() when length is negative.
Solution: Check value of length. (closes #10760)
Files: src/screen.c
*** ../vim-9.0.0069/src/screen.c2022-07-09 04:56:12.522528981 +0100
--- src/screen.c2022-07-25 19:41:02.793825647 +0100
*
Patch 9.0.0069 (after 9.0.0067)
Problem:Leaking memory when using text prop with inserted text.
Solution: Clear the growarray with text.
Files: src/buffer.c
*** ../vim-9.0.0068/src/buffer.c2022-06-29 10:37:14.938302547 +0100
--- src/buffer.c2022-07-25 19:04:39.9740518
I wrote:
> Patch 9.0.0067
> Problem:Cannot show virtual text.
> Solution: Initial changes for virtual text support, using text properties.
I worked on this while I was offline. It adds just the basic things,
inserting text at a certain text column. I haven't checked what works
and what
Patch 9.0.0068 (after 9.0.0067)
Problem:Build fails with tiny features.
Solution: Add #ifdef.
Files: src/charset.c
*** ../vim-9.0.0067/src/charset.c 2022-07-25 18:13:33.046580756 +0100
--- src/charset.c 2022-07-25 18:32:35.777970219 +0100
***
*** 960,969
Patch 9.0.0067
Problem:Cannot show virtual text.
Solution: Initial changes for virtual text support, using text properties.
Files: runtime/doc/textprop.txt, src/beval.c, src/charset.c,
src/drawline.c, src/edit.c, src/errors.h, src/evalfunc.c,
src/getchar.c, src/
Patch 9.0.0066
Problem:Switching window uneccarily when getting buffer options.
Solution: Do not switch window when getting buffer options. (closes #10767)
Files: src/evalvars.c
*** ../vim-9.0.0065/src/evalvars.c 2022-06-29 12:54:48.064572066 +0100
--- src/evalvars.c 2022-0
14 matches
Mail list logo