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.
> >
> >
> https://microsoft.github.io/lang
Patch 9.0.1452
Problem:Code using EVAL_CONSTANT is dead, it is never set.
Solution: Remove EVAL_CONSTANT. (closes #12252)
Files: src/eval.c, src/structs.h
*** ../vim-9.0.1451/src/eval.c 2023-03-11 16:18:48.457096310 +
--- src/eval.c 2023-04-13 22:11:00.252632171 +0100
*
Patch 9.0.1451
Problem:Unnecessary redrawing when 'showcmdloc' is not "last".
Solution: Redraw later when "showcmd_is_clear" is set. (Luuk van Baal,
closes #12260)
Files: src/normal.c
*** ../vim-9.0.1450/src/normal.c2023-03-05 21:15:02.456536894 +
--- src/norm
Patch 9.0.1450
Problem:MacOS: building fails if clock_gettime() is not available.
Solution: Add a configure check for clock_gettime(). (closes #12242)
Files: src/configure.ac, src/auto/configure, src/config.h.in, src/vim.h,
src/evalfunc.c, src/gui.c, src/os_unix.c, src/erro
Patch 9.0.1449
Problem:Test for prompt buffer is flaky.
Solution: Use WaitForAssert() instead of TermWait(). (Ozaki Kiichi,
closes #12247)
Files: src/testdir/test_prompt_buffer.vim
*** ../vim-9.0.1448/src/testdir/test_prompt_buffer.vim 2023-04-09
22:01:21.143306278 +010
Patch 9.0.1448
Problem:Diff test fails on MacOS 13.
Solution: Install GNU diffutils. (Ozaki Kiichi, closes #12258)
Files: .cirrus.yml
*** ../vim-9.0.1447/.cirrus.yml 2022-12-06 16:56:40.070760722 +
--- .cirrus.yml 2023-04-13 17:21:03.313111769 +0100
***
*** 36,42
A new release is there now:
https://github.com/vim/vim-win32-installer/releases/tag/v9.0.1447
BTW: The next signed binary release could also cause troubles with
Windows SmartScreen verification, since the Certificate expired and a
new one was just issued out to sign the binaries, which of cou
On Do, 13 Apr 2023, Ken Takata wrote:
> Hi Christian,
>
> I think that the master branch used to be updated by your server.
> But it seems that the master branch has not updated.
> Any issues in your server?
Ah :facepalm, yes of course
https://github.blog/2023-03-23-we-updated-our-rsa-ssh-hos
Hi Christian,
I think that the master branch used to be updated by your server.
But it seems that the master branch has not updated.
Any issues in your server?
Regards,
Ken Takata
2023年4月13日木曜日 15:59:25 UTC+9 Christian Brabandt:
>
> On Mi, 12 Apr 2023, igo...@gmail.com wrote:
>
> > This should