Patch 9.0.1237

2023-01-23 Fir de Conversatie Bram Moolenaar
Patch 9.0.1237 Problem:Code is indented more than necessary. Solution: Use an early return where it makes sense. (Yegappan Lakshmanan, closes #11858) Files: src/screen.c, src/scriptfile.c, src/search.c, src/session.c, src/sign.c, src/sound.c, src/spell.c,

Re: Are Huntr Vim bugs being assigned CVEs?

2023-01-23 Fir de Conversatie Mark Esler
Hi Bram, Thanks for your explanation! Appreciate the patches you write a lot. Best regards, Mark Esler On Sat, Jan 21, 2023 at 5:42 AM Bram Moolenaar wrote: > > > Mark Esler wrote: > > > Could you please let me know if you consider every Vim bug report on > > Huntr.dev a security issue?

Patch 9.0.1236

2023-01-23 Fir de Conversatie Bram Moolenaar
Patch 9.0.1236 Problem:Code in same_leader() can be simplified. Solution: Simplify code that is executed only once. (closes #11867) Files: src/textformat.c *** ../vim-9.0.1235/src/textformat.c2023-01-21 13:09:15.582541093 + --- src/textformat.c2023-01-23

Re: Class implementation

2023-01-23 Fir de Conversatie Bram Moolenaar
I expected a lively discussion about alternatives for the class implementation, but nothing much happened. Does this mean that most people agree with making this changed: 1. Make object members public by default. They can be read and written from anywhere. 2. The only other possibility is

Patch 9.0.1235

2023-01-23 Fir de Conversatie Bram Moolenaar
Patch 9.0.1235 Problem:MS-Windows console: not flushing termguicolors. Solution: Flush termguicolors. (Christopher Plewright, closes #11871) Files: src/os_win32.c, src/proto/os_win32.pro, src/term.c *** ../vim-9.0.1234/src/os_win32.c 2023-01-22 18:58:26.730874051 + ---