Error when building on Cygwin after "make distclean"

2021-10-25 Fir de Conversatie Gary Johnson
The first time I build vim on Cygwin with "make -j8" following a "make distclean", I get the following error. In file included from winclip.c:17: vim.h:254:11: fatal error: auto/osdef.h: No such file or directory 254 | # include "auto/osdef.h"// bring missing declarations in

Re: Patch 8.2.3562

2021-10-25 Fir de Conversatie John Marriott
On 25-Oct-2021 20:37, Bram Moolenaar wrote: Thanks, I'll include that. Next time please use a context or unified diff, makes it a bit easier to understand the patch. Whoops! Sorry about the diff. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply b

Patch 8.2.3564

2021-10-25 Fir de Conversatie Bram Moolenaar
Patch 8.2.3564 Problem:Invalid memory access when scrolling without a valid screen. Solution: Do not set VALID_BOTLINE in w_valid. Files: src/move.c, src/testdir/test_normal.vim *** ../vim-8.2.3563/src/move.c 2021-10-09 15:39:20.459884353 +0100 --- src/move.c 2021-10-25 17:05:17.21

Patch 8.2.3563

2021-10-25 Fir de Conversatie Bram Moolenaar
Patch 8.2.3563 (after 8.2.3562) Problem:Build failure with +eval but without GUI or +termguicolors Solution: Adjust #ifdef. (John Marriott) Files: src/highlight.c *** ../vim-8.2.3562/src/highlight.c 2021-10-24 20:34:01.430895189 +0100 --- src/highlight.c 2021-10-25 10:25:14.7

Re: Patch 8.2.3562

2021-10-25 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 25-Oct-2021 06:35, Bram Moolenaar wrote: > > Patch 8.2.3562 > > Problem:Cannot add color names. > > Solution: Add the v:colornames dictionary. (Drew Vogel, closes #8761) > > Files: Filelist, READMEdir/README_extra.txt, nsis/gvim.nsi, > > runtime/