Official Ubuntu/Debian Vim 9 package

2022-07-31 Fir de Conversatie Yegappan Lakshmanan
Hi, Is there an official Ubuntu/Debian Vim 9 package? I see only old versions of Vim in the following pages: https://packages.ubuntu.com/search?keywords=vim https://packages.debian.org/search?keywords=vim Note that I know how to build and install the latest version of Vim. Regards, Yegappan -

Re: Patch 9.0.0121

2022-07-31 Fir de Conversatie Bram Moolenaar
I wrote: > Patch 9.0.0121 > Problem:Cannot put virtual text after or below a line. > Solution: Add "text_align" and "text_wrap" arguments. > Files: runtime/doc textprop.txt, src/textprop.c, src/structs.h, > src/drawline.c, src/charset.c, src/testdir/test_textprop.vim, >

Patch 9.0.0124

2022-07-31 Fir de Conversatie Bram Moolenaar
Patch 9.0.0124 Problem:Code has more indent than needed. Solution: Use continue and return statements. (closes #10824) Files: src/arglist.c, src/diff.c, src/edit.c, src/help.c, src/normal.c, src/syntax.c, src/window.c *** ../vim-9.0.0123/src/arglist.c 2022-02-03 13:

Re: Patch 9.0.0121

2022-07-31 Fir de Conversatie Bram Moolenaar
Tony wrote: > On Sun, Jul 31, 2022 at 6:36 PM Bram Moolenaar wrote: > > > > > > Patch 9.0.0121 > > Problem:Cannot put virtual text after or below a line. > > Solution: Add "text_align" and "text_wrap" arguments. > > Files: runtime/doc textprop.txt, src/textprop.c, src/structs.h, > >

Patch 9.0.0123

2022-07-31 Fir de Conversatie Bram Moolenaar
Patch 9.0.0123 (after 9.0.0121) Problem:Cannot build with small features. Solution: Add #ifdef. Files: src/charset.c *** ../vim-9.0.0122/src/charset.c 2022-07-31 18:00:07.363544792 +0100 --- src/charset.c 2022-07-31 18:01:39.127366973 +0100 *** *** 771,777 ***

Patch 9.0.0122

2022-07-31 Fir de Conversatie Bram Moolenaar
Patch 9.0.0122 (after 9.0.0121) Problem:Breakindent test fails. Solution: Fix condition. Files: src/charset.c *** ../vim-9.0.0121/src/charset.c 2022-07-31 17:11:47.898558951 +0100 --- src/charset.c 2022-07-31 17:58:08.767772829 +0100 *** *** 771,777

Re: Patch 9.0.0121

2022-07-31 Fir de Conversatie Tony Mechelynck
On Sun, Jul 31, 2022 at 6:36 PM Bram Moolenaar wrote: > > > Patch 9.0.0121 > Problem:Cannot put virtual text after or below a line. > Solution: Add "text_align" and "text_wrap" arguments. > Files: runtime/doc textprop.txt, src/textprop.c, src/structs.h, > src/drawline.c, src

Patch 9.0.0121

2022-07-31 Fir de Conversatie Bram Moolenaar
Patch 9.0.0121 Problem:Cannot put virtual text after or below a line. Solution: Add "text_align" and "text_wrap" arguments. Files: runtime/doc textprop.txt, src/textprop.c, src/structs.h, src/drawline.c, src/charset.c, src/testdir/test_textprop.vim, src/testdir/

Patch 9.0.0120

2022-07-31 Fir de Conversatie Bram Moolenaar
Patch 9.0.0120 Problem:MS-Windows GUI: cannot use AltGr + Space. Solution: Check for VK_MENU instead of VK_LMENU. (Anton Sharonov, closes #10820, closes #10753) Files: src/gui_w32.c *** ../vim-9.0.0119/src/gui_w32.c 2022-07-26 21:26:14.004747836 +0100 --- src/gui_w3

Patch 9.0.0119

2022-07-31 Fir de Conversatie Bram Moolenaar
Patch 9.0.0119 Problem:Tiny chance that creating a backup file fails. Solution: Check for EEXIST error. (Ken Takata, closes #10821) Files: src/bufwrite.c *** ../vim-9.0.0118/src/bufwrite.c 2022-05-09 19:06:06.0 +0100 --- src/bufwrite.c 2022-07-31 11:47:43.353783544

Patch 9.0.0118

2022-07-31 Fir de Conversatie Bram Moolenaar
Patch 9.0.0118 (after 9.0.0115) Problem:No test for what patch 9.0.0155 fixes. Solution: Add a test. Fix typos. (closes #10822) Files: runtime/doc/options.txt, src/globals.h, src/register.c, src/testdir/test_ins_complete.vim, src/testdir/test_messages.vim *** ../vim-9.0.