Link failure if FEAT_PROP_POPUP is defined without FEAT_SPELL or FEAT_QUICKFIX

2022-05-15 Fir de Conversatie John Marriott
Hi All, mingw64 (gcc 11.3.0) link fails if FEAT_PROP_POPUP is defined but FEAT_QUICKFIX and FEAT_SPELL are not with this error message: gcc -I. -Iproto -DWIN32 -DWINVER=0x0603 -D_WIN32_WINNT=0x0603 -DHAVE_PATHDEF -DFEAT_NORMAL -DHAVE_STDINT_H -D__USE_MINGW_ANSI_STDIO -pipe -march=native

Patch 8.2.4960

2022-05-15 Fir de Conversatie Bram Moolenaar
Patch 8.2.4960 Problem:Text properties that cross line boundary are not correctly updated for a deleted line. Solution: Correct computing location of text property entry. (Paul Ollis, closes #10431, closes #10430) Files: src/memline.c,

Capturing error messages on exit

2022-05-15 Fir de Conversatie Gary Johnson
Every now and then when I exit Vim, I see a few error messages at the bottom of the screen just before Vim terminates. Is there some way to capture those messages? Would using a VimLeave autocommand to write :messages to a file capture all messages? I tried putting a script wrapper around Vim,

Patch 8.2.4959

2022-05-15 Fir de Conversatie Bram Moolenaar
Patch 8.2.4959 Problem:Using NULL regexp program. Solution: Check for regexp program becoming NULL in more places. Files: src/buffer.c, src/testdir/test_buffer.vim *** ../vim-8.2.4958/src/buffer.c2022-05-11 11:42:24.048585612 +0100 --- src/buffer.c2022-05-15

Patch 8.2.4958

2022-05-15 Fir de Conversatie Bram Moolenaar
Patch 8.2.4958 Problem:A couple conditions are always true. Solution: Remove the conditions. (Goc Dundar, closes #10428) Files: src/evalfunc.c, src/quickfix.c *** ../vim-8.2.4957/src/evalfunc.c 2022-05-09 14:12:10.712386673 +0100 --- src/evalfunc.c 2022-05-15

Patch 8.2.4957

2022-05-15 Fir de Conversatie Bram Moolenaar
Patch 8.2.4957 Problem:Text properties in a wrong position after a block change. Solution: Adjust the properties columns. (closes #10427) Files: src/ops.c, src/testdir/test_textprop.vim *** ../vim-8.2.4956/src/ops.c 2022-05-14 11:52:19.205341190 +0100 --- src/ops.c 2022-05-15