Re: Vim Windows binaries are 3 weeks old

2023-04-12 Fir de Conversatie igo...@gmail.com
This should be correct link: https://github.com/vim/vim-win32-installer/releases/latest but it looks like web server automatically rewrites URL to the latest tag, so that is why I have got address from previous post. -- -- You received this message from the "vim_dev" maillist. Do not top-post!

Vim Windows binaries are 3 weeks old

2023-04-12 Fir de Conversatie igo...@gmail.com
Vim development binaries for Windows are available almost every day and I regularly download them. Now I have notices that they have not been updated for 3 weeks: https://github.com/vim/vim-win32-installer/releases/tag/v9.0.1425 -- -- You received this message from the "vim_dev" maillist. Do

Re: [vim/vim] Not able to convert between byte index and UTF indices (PR #12216)

2023-04-12 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Wed, Apr 12, 2023 at 10:36 AM Bram Moolenaar wrote: > > Yegappan wrote: > > > The language server protocol supports specifying offsets in text > > documents using UTF-8 or UTF-16 or UTF-32 code units. > > The UTF-16 code unit is the default. > > > > >

Re: Finding the Motif libs

2023-04-12 Fir de Conversatie Tony Mechelynck
On Wed, Apr 12, 2023 at 6:09 PM Bram Moolenaar wrote: > > > Tony wrote: > > > > > According to the YaST installer, openSUSE Tumbleweed package libXm4 > > > > titled "Motif runtime library" installs (only) files > > > > /usr/lib64/libXm.so.4 and /usr/lib64/libXm.so.4.0.4 > > > > > > > > so I did >

Patch 9.0.1447

2023-04-12 Fir de Conversatie Bram Moolenaar
Patch 9.0.1447 Problem:Condition is always true. Solution: Remove the useless condition. (closes #12253) Files: src/evalvars.c *** ../vim-9.0.1446/src/evalvars.c 2023-03-07 17:13:47.309107774 + --- src/evalvars.c 2023-04-12 21:32:17.133942782 +0100 *** ***

Patch 9.0.1446

2023-04-12 Fir de Conversatie Bram Moolenaar
Patch 9.0.1446 Problem:Unnecessary checks for the "skip" flag when skipping. Solution: Remove the unnecessary checks. (closes #12254) Files: src/userfunc.c *** ../vim-9.0.1445/src/userfunc.c 2023-03-07 17:45:07.192247897 + --- src/userfunc.c 2023-04-12

Re: Finding the Motif libs

2023-04-12 Fir de Conversatie Bram Moolenaar
Tony wrote: > > > According to the YaST installer, openSUSE Tumbleweed package libXm4 > > > titled "Motif runtime library" installs (only) files > > > /usr/lib64/libXm.so.4 and /usr/lib64/libXm.so.4.0.4 > > > > > > so I did > > > > > > pushd /usr/lib64 > > > ls -l libXm* > > > > > > which

Patch 9.0.1445

2023-04-12 Fir de Conversatie Bram Moolenaar
Patch 9.0.1445 Problem:openSUSE: configure doesn't find the Motif library. (Tony Mechelynck) Solution: Also search in /usr/lib64. Files: src/configure.ac, src/auto/configure *** ../vim-9.0.1444/src/configure.ac2023-04-05 18:24:46.140030379 +0100 --- src/configure.ac