Re: vim/colorschemes: Request For Comments

2022-02-13 Fir de Conversatie Maxim Kim
суббота, 12 февраля 2022 г. в 15:25:27 UTC+3, Romain Lafourcade: > SUMMARY: All the remakes of the built-in color schemes we have been > working on at vim/colorschemes are ready to be tested/included into the > Vim distribution. Feedback welcome. > @Bram, @chrisbra should we create a github is

doc fixes

2022-02-13 Fir de Conversatie Dominique Pellé
Hi Attached are various fixes in Vim documentation. Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message be

Patch 8.2.4375

2022-02-13 Fir de Conversatie Bram Moolenaar
Patch 8.2.4375 Problem:ctx_imports is not used. Solution: Delete ctx_imports. Add missing dependency. Files: src/vim9.h, src/vim9compile.c, src/proto/vim9compile.pro, src/eval.c, src/evalfunc.c, src/evalvars.c, src/userfunc.c, src/vim9expr.c, src/vim9script.c,

Re: wildoptions pum

2022-02-13 Fir de Conversatie coot
right, it makes sense to leave it as is. Best regards, Marcin Sent with ProtonMail Secure Email. --- Original Message --- On Sunday, February 13th, 2022 at 14:24, Bram Moolenaar wrote: > Marcin Szamotulski wrote: > > > Recently the pum option was added to wildoptions. When set, it

Patch 8.2.4374

2022-02-13 Fir de Conversatie Bram Moolenaar
Patch 8.2.4374 Problem:Unreachable code. Solution: Remove outdated code lines. Files: src/vim9compile.c *** ../vim-8.2.4373/src/vim9compile.c 2022-02-12 19:52:22.024702251 + --- src/vim9compile.c 2022-02-13 21:18:44.002962590 + *** *** 291,317 stati

Patch 8.2.4373

2022-02-13 Fir de Conversatie Bram Moolenaar
Patch 8.2.4373 Problem:Expression test fails. Solution: Make the test work with latest Vim9 syntax. Files: src/testdir/test_expr.vim *** ../vim-8.2.4372/src/testdir/test_expr.vim 2022-02-12 20:34:47.084825186 + --- src/testdir/test_expr.vim 2022-02-13 20:44:55.977106134 +000

Patch 8.2.4372

2022-02-13 Fir de Conversatie Bram Moolenaar
Patch 8.2.4372 Problem:Filetype detection from file contents is in legacy script. Solution: Use a compiled function for filetype detection. Files: runtime/scripts.vim, runtime/autoload/dist/script.vim *** ../vim-8.2.4371/runtime/scripts.vim 2022-01-15 12:27:03.540876108 + --- run

Re: Compiler error somewhere after 4337

2022-02-13 Fir de Conversatie Axel Bender
Hm, sorry for this... After having a closer look at the file, I found that the file got corrupted on disk. Removing it and doing a "git reset --hard" solved the problem. Sorry for the noise... On Sunday, February 13, 2022 at 3:12:59 PM UTC+1 Axel Bender wrote: > On compiling vim (Windows 7, 64

Compiler error somewhere after 4337

2022-02-13 Fir de Conversatie Axel Bender
On compiling vim (Windows 7, 64 bit, gcc 11.2.0 using the vanilla make_cyg_ming.mak) I run into the following error: [image: 1098.png] -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Patch 8.2.4371

2022-02-13 Fir de Conversatie Bram Moolenaar
Patch 8.2.4371 Problem:Vim9: can create a script variable from a legacy function. Solution: Disallow creating a script variable from a function. Files: src/evalvars.c, src/errors.h, src/testdir/test_vim9_script.vim *** ../vim-8.2.4370/src/evalvars.c 2022-02-07 13:56:40.592793019

Re: wildoptions pum

2022-02-13 Fir de Conversatie Bram Moolenaar
Marcin Szamotulski wrote: > Recently the pum option was added to wildoptions. When set, it show a > completion window when is pressed, should it also trigger on > ? CTRL-D lists the matches, there is no way to select an item from that list. A popup menu doesn't fit that functionality. -- T

Patch 8.2.4370

2022-02-13 Fir de Conversatie Bram Moolenaar
Patch 8.2.4370 Problem:MS-Windows: libsodium.dll not included with the installer. Solution: Add the file to the installer if it exists. (Christian Brabandt, closes #9762) Files: nsis/gvim.nsi *** ../vim-8.2.4369/nsis/gvim.nsi 2021-10-24 20:34:01.426895140 +0100 ---

Patch 8.2.4369

2022-02-13 Fir de Conversatie Bram Moolenaar
Patch 8.2.4369 Problem:Redundant #ifdef argument. Solution: Remove unused MSWIN. (Ola Söder, closes #9758) Files: src/feature.h *** ../vim-8.2.4368/src/feature.h 2022-01-31 14:59:33.514943760 + --- src/feature.h 2022-02-13 12:22:34.853796754 + *** ***

Patch 8.2.4368

2022-02-13 Fir de Conversatie Bram Moolenaar
Patch 8.2.4368 Problem:Amiga: a few compiler warnings. Solution: Adjust #ifdefs. Add "UNUSED". (Ola Söder, closes #9756, closes #9757) Files: src/term.c, src/os_amiga.c *** ../vim-8.2.4367/src/term.c 2022-01-31 14:59:33.526943578 + --- src/term.c 2022-02-13 12:10:46

Patch 8.2.4367

2022-02-13 Fir de Conversatie Bram Moolenaar
Patch 8.2.4367 Problem:Calling in_vim9script() multiple times. Solution: Call it once and keep the result. Files: src/userfunc.c, src/eval.c *** ../vim-8.2.4366/src/userfunc.c 2022-02-12 22:13:02.259074450 + --- src/userfunc.c 2022-02-13 11:51:11.163442587 + ***

Patch 8.2.4366

2022-02-13 Fir de Conversatie Bram Moolenaar
Patch 8.2.4366 Problem:Not enough tests for command line completion. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #9760) Files: src/cmdexpand.c, src/testdir/test_cmdline.vim, src/testdir/test_usercommands.vim *** ../vim-8.2.4365/src/cmdexpand.c 2022-02