probably fixed in 3322 (built in debian)?
вторник, 10 августа 2021 г. в 09:49:23 UTC+3, Maxim Kim:
> :helptags ALL reports duplicate error:
>
>
> [image: 2021-08-10_09-47-40.png]
>
> VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Aug 8 2021 22:02:50)
> MS-Windows 64-bit GUI version with OLE suppo
:helptags ALL reports duplicate error:
[image: 2021-08-10_09-47-40.png]
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Aug 8 2021 22:02:50)
MS-Windows 64-bit GUI version with OLE support
Included patches: 1-3318
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type
Patch 8.2.3322
Problem:Vim9: checking type of dict does not check member type.
Solution: When getting the type of a typval use dv_type and lv_type.
(closes #8732)
Files: src/vim9type.c, src/testdir/test_vim9_builtin.vim
*** ../vim-8.2.3321/src/vim9type.c 2021-08-09 1
Patch 8.2.3321
Problem:Some code is not tested.
Solution: Add some more tests. (Dominique Pellé, closes #8735)
Files: src/testdir/test_excmd.vim, src/testdir/test_writefile.vim
*** ../vim-8.2.3320/src/testdir/test_excmd.vim 2021-06-13 21:52:42.521260063
+0200
--- src/testdir/test_e
Patch 8.2.3320
Problem:Some local functions are not static.
Solution: Add "static". Move snprintf() related code to strings.c.
(Yegappan Lakshmanan, closes #8734)
Files: src/alloc.c, src/channel.c, src/dict.c, src/digraph.c, src/edit.c,
src/ex_docmd.c, src/getc
Patch 8.2.3319
Problem:Coverity action on github does not work.
Solution: Remove undefined $SRCDIR. (James McCoy, closes #8739)
Files: .github/workflows/coverity.yml
*** ../vim-8.2.3318/.github/workflows/coverity.yml 2021-08-07
12:31:53.689892833 +0200
--- .github/workflows/cov