Re: Patch 8.2.3565

2021-10-26 Fir de Conversatie Gary Johnson
On 2021-10-26, Bram Moolenaar wrote: > Patch 8.2.3565 > Problem:Makefile dependencies are outdated. (Gary Johnson) > Solution: Run "make depend" and add missing dependencies. > Files: src/Makefile Thank you. It works great on all three systems tested: 32-bit Ubuntu 10.04 64-bi

Patch 8.2.3565

2021-10-26 Fir de Conversatie Bram Moolenaar
Patch 8.2.3565 Problem:Makefile dependencies are outdated. (Gary Johnson) Solution: Run "make depend" and add missing dependencies. Files: src/Makefile *** ../vim-8.2.3564/src/Makefile2021-10-24 20:34:01.430895189 +0100 --- src/Makefile2021-10-26 11:59:37.822570264 +0

Re: Error when building on Cygwin after "make distclean"

2021-10-26 Fir de Conversatie Bram Moolenaar
Gary Johnson wrote: > 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"

Gvim 8.2.3564 drag-n-drop feature broken ?

2021-10-26 Fir de Conversatie Ni Va
Hi, Maybe is my distribution but it seems that dropping files and dirs are no longer possible with GVim Buildx868.2.3564 on windows 10. Meanwhile I have `has('drop_file') that returns 1 and tried a starting GVIM without loading plugins with -u NONE. Even with a test without $MYVIMRC. Thanks