Re: 11. B) Building with Ruby support x64 pb

2022-01-29 Fir de Conversatie Ni Va
It seems to be C:\Ruby31-x64\include\ruby-3.1.0\x64-mingw-ucrt\ruby ... Le samedi 29 janvier 2022 à 21:27:38 UTC+1, Ni Va a écrit : > Hi, > > Trying to build last GVIM version with Ruby support in 64bits with mingw I > follow instructions as described in installPC.txt 11.B) but encoun

11. B) Building with Ruby support x64 pb

2022-01-29 Fir de Conversatie Ni Va
Hi, Trying to build last GVIM version with Ruby support in 64bits with mingw I follow instructions as described in installPC.txt 11.B) but encounter error of A) config.h. [image: Capture.PNG] Surprised by appearence of i386... Thank you have idea NiVa = CONFIG = Last Git Clone vim 8.2 pat

Re: [vim/vim] wrong example at `:help undo_ftplugin` (Issue #9645)

2022-01-29 Fir de Conversatie ben.k...@gmail.com
On Friday, January 28, 2022 at 2:43:04 PM UTC-5 Bram Moolenaar wrote: > > Otherwise, most plugins can just set b:undo_ftplugin. At least in the > example in the user manual we should not care about corner cases. > Having an "after" plugin is unlikely, only a few users would have them. > There it

Patch 8.2.4256

2022-01-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.4256 Problem:MS-Windows: compiler warnings when compiled with /W4. Solution: Small adjustments to the code. (Ken Takata, closes #9659) Files: src/gui_w32.c, src/os_win32.c *** ../vim-8.2.4255/src/gui_w32.c 2022-01-25 10:30:52.473915958 + --- src/gui_w32.c 20

Patch 8.2.4255

2022-01-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.4255 Problem:Theoretical computation overflow. Solution: Perform multiplication in a wider type. (closes #9657) Files: src/alloc.c, src/drawline.c, src/eval.c, src/evalfunc.c, src/ex_docmd.c, src/hardcopy.c, src/list.c, src/memfile.c, src/memline.c, sr

Patch 8.2.4254

2022-01-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.4254 Problem:Using short instead of int. Solution: Use int. (closes #9658) Files: src/if_cscope.c *** ../vim-8.2.4253/src/if_cscope.c 2022-01-28 15:28:00.208927722 + --- src/if_cscope.c 2022-01-29 15:12:06.364573606 + *** *** 675,688 s

Patch 8.2.4253

2022-01-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.4253 Problem:Using freed memory when substitute uses a recursive function call. Solution: Make a copy of the substitute text. Files: src/ex_cmds.c, src/testdir/test_substitute.vim *** ../vim-8.2.4252/src/ex_cmds.c 2022-01-28 15:28:00.204927781 + --- src/ex_cmds.c

Patch 8.2.4251

2022-01-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.4251 Problem:Vala files are not recognized. Solution: Add the *.vala pattern. (closes #9654) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-8.2.4250/runtime/filetype.vim2022-01-28 14:15:06.440853078 + --- runtime/filetype.vim2022-

Patch 8.2.4252

2022-01-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.4252 Problem:Generating the normal command table at runtime is inefficient. Solution: Generate the table with a Vim script and put it in a header file. (Yegappan Lakshmanan, closes #9648) Files: Filelist, runtime/doc/builtin.txt, runtime/doc/usr_41.txt,

Patch 8.2.4250

2022-01-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.4250 Problem:Channel out callback test is flaky on Mac. Solution: Assign high priority to the test process. (Ozaki Kiichi, closes #9653) Files: src/testdir/test_channel_pipe.py, src/testdir/thread_util.py *** ../vim-8.2.4249/src/testdir/test_channel_pipe.py2

Patch 8.2.4249

2022-01-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.4249 Problem:The timeout limit for spell suggestions is always 5000 milli seconds. Solution: Add the "timeout" entry to 'spellsuggest'. Files: runtime/doc/options.txt, src/spellsuggest.c, src/testdir/test_spell.vim *** ../vim-8.2.4248/runtime/doc/opt

Patch 8.2.4248

2022-01-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.4248 Problem:No proper test for moving the window separator. Solution: Add a test. Add comment in code. (closes #9656) Files: src/window.c, src/testdir/test_window_cmd.vim *** ../vim-8.2.4247/src/window.c2022-01-28 15:28:00.216927600 + --- src/window.c2

Patch 8.2.4247

2022-01-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.4247 Problem:Stack corruption when looking for spell suggestions. Solution: Prevent the depth increased too much. Add a five second time limit to finding suggestions. Files: src/spellsuggest.c, src/testdir/test_spell.vim *** ../vim-8.2.4246/src/spellsuggest.c

Patch 8.2.4246

2022-01-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.4246 Problem:One error message not in errors.h. (Antonio Colombo) Solution: Move the message and rename. Files: src/errors.h, src/if_perl.xs *** ../vim-8.2.4245/src/errors.h2022-01-28 15:23:55.316653658 + --- src/errors.h2022-01-28 20:56:19.871303940 +00