Patch 8.2.4485

2022-02-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.4485 Problem:Compiler warning for uninitialized variable. Solution: Initialize the variable. (John Marriott) Files: src/cmdexpand.c *** ../vim-8.2.4484/src/cmdexpand.c 2022-02-28 13:28:34.540563790 + --- src/cmdexpand.c 2022-02-28 21:01:52.687000237 + **

Re: Patch 8.2.4482

2022-02-28 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 28-Feb-2022 08:03, Bram Moolenaar wrote: > > Patch 8.2.4482 > > Problem:No fuzzy cmdline completion for user defined completion. > > Solution: Add fuzzy completion for user defined completion. (Yegappan > > Lakshmanan, closes #9858) > > Files: sr

Patch 8.2.4484

2022-02-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.4484 Problem:Vim9: some error messages are not tested. Solution: Add a few more test cases. Delete dead code. Files: src/vim9execute.c, src/testdir/test_vim9_assign.vim, src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_func.vim *** ../vim-8.2.4483/src/vim9

plugin best practice/vim-python debug

2022-02-28 Fir de Conversatie Ernie Rael
Greetings all, I recently picked up a new DirDiff, went to modify the source to install my preferred keybindings/mapping. I saw a new scheme in DirDiff so I don't have to modify the source code. One part is that it doesn't do mappings by default. It says "preferable to not change people's mapp

Re: [vim/vim] Add "fc" filetype when vim is opened from "fc" command (Issue #9861)

2022-02-28 Fir de Conversatie Gary Johnson
On 2022-02-28, SuperCuber wrote: > Does this really require using a different filetype? When using "fc" > from bash, shouldn't the filetype be "bash"? > > I would like to add the more specific filetype as well (as far as I can > understand filetype=fc.zsh would trigger both of the filetype

Re: Patch 8.2.4482

2022-02-28 Fir de Conversatie John Marriott
On 28-Feb-2022 08:03, Bram Moolenaar wrote: Patch 8.2.4482 Problem:No fuzzy cmdline completion for user defined completion. Solution: Add fuzzy completion for user defined completion. (Yegappan Lakshmanan, closes #9858) Files: src/cmdexpand.c, src/testdir/test_cmdline.vim

Patch 8.2.4483

2022-02-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.4483 Problem:Command completion makes two rounds to collect matches. Solution: Use a growarray to collect matches. (Yegappan Lakshmanan, closes #9860) Files: src/buffer.c, src/cmdexpand.c, src/map.c, src/testdir/test_cmdline.vim *** ../vim-8.2.4482/s