Re: [vim/vim] Multi-line Comment Indenting With C -- incorrect initial spacing (#8118)

2021-04-17 Fir de Conversatie Charles Campbell
Bram Moolenaar (Vim Github Repository) wrote: Closed #8118 . Thank you, Bram! I've been suffering with that problem for years -- and it was just an option I set up years ago. I've now set that parameter to 200... Chip Campbell -- -- You received

Patch 8.2.2779

2021-04-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.2779 Problem:Memory access error in remove() for blob. Solution: Adjust length for memmove(). Files: src/blob.c *** ../vim-8.2.2778/src/blob.c 2021-04-17 20:44:52.442520718 +0200 --- src/blob.c 2021-04-17 21:19:48.147769871 +0200 *** *** 444,450

Patch 8.2.2778

2021-04-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.2778 Problem:Problem restoring 'packpath' in session. Solution: Let "skiprtp" also apply to 'packpath'. Files: runtime/doc/options.txt, src/option.c, src/testdir/test_mksession.vim *** ../vim-8.2.2777/runtime/doc/options.txt 2021-04-16 19:58:15.911249735

Patch 8.2.2777

2021-04-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.2777 Problem:Vim9: blob operations not tested in all ways. Solution: Run tests with CheckLegacyAndVim9Success(). Make blob assign with index work. Files: src/vim9compile.c, src/vim9execute.c, src/errors.h, src/blob.c, src/proto/blob.pro,

Patch 8.2.2776

2021-04-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.2776 Problem::mksession uses current value of 'splitbelow' and 'splitright' even though "options" is not in 'sessionoptions'. (Maxim Kim) Solution: Save and restore the values, instead of setting to the current value. (closes #8119) Files:

Patch 8.2.2775

2021-04-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.2775 Problem:Vim9: wrong line number used for some commands. Solution: For :exe, :echo and the like use the line number of the start of the command. When calling a function set the line number in the script context. Files: src/vim9compile.c,

Patch 8.2.2774

2021-04-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.2774 Problem:Vim9: cannot import an existing name even when using "as". Solution: Do not check for an existing name when using "as". (closes #8113) Files: src/vim9script.c, src/testdir/test_vim9_script.vim *** ../vim-8.2.2773/src/vim9script.c2021-04-13

Patch 8.2.2773

2021-04-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.2773 Problem:PSL filetype not recognized. Solution: Add a filetype pattern. (Daniel Kho, closes #8117) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-8.2.2772/runtime/filetype.vim2021-04-15 14:29:13.841189159 +0200 --- runtime/filetype.vim