Patch 9.0.1598

2023-06-01 Fir de Conversatie Bram Moolenaar
Patch 9.0.1598 Problem:screenchar(), screenchars() and screenstring() do not work properly when 'encoding' is set to a double-byte encoding. Solution: Fix the way the bytes of the characters are obtained. (issue #12469) Files: src/evalfunc.c, src/screen.c, src/t

Patch 9.0.1597

2023-06-01 Fir de Conversatie Bram Moolenaar
Patch 9.0.1597 Problem:Cursor ends up below the window after a put. Solution: Mark w_crow and w_botline invalid when changing the cursor line. (closes #12465) Files: src/eval.c, src/move.c, src/register.c, src/testdir/test_put.vim, src/testdir/dumps/Test_put_in_

Re: building vim with clang and python3 support

2023-06-01 Fir de Conversatie N i c o l a s
Yes right. That's the way to go. Thank you Ken. Le jeu. 1 juin 2023 à 13:58, Ken Takata a écrit : > Hi, > > So, you are using the beta version of python 3.12, right? > Then, if_python3.c should be updated to support python 3.12, I think. > > Regards, > Ken Takata > > 2023年6月1日木曜日 2:50:46 UTC+9 N

Re: building vim with clang and python3 support

2023-06-01 Fir de Conversatie Ken Takata
Hi, So, you are using the beta version of python 3.12, right? Then, if_python3.c should be updated to support python 3.12, I think. Regards, Ken Takata 2023年6月1日木曜日 2:50:46 UTC+9 N i c o l a s: > Hi, > > From vim.9.0.1594 source, I obtain this error trying to build gvim HUGE > version under wi

Patch 9.0.1596

2023-06-01 Fir de Conversatie Bram Moolenaar
Patch 9.0.1596 Problem::registers command does not work in sandbox. Solution: Add flag to the command. (closes #12473) Files: src/ex_cmds.h, src/testdir/test_registers.vim *** ../vim-9.0.1595/src/ex_cmds.h 2023-01-27 13:16:14.670850401 + --- src/ex_cmds.h 2023-06-01 1