linker ma-files not deleted by clean

2019-12-09 Fir de Conversatie Michael Soyka
The clean target in the cygwin/ming makefile does not delete map files created by the linker. The attached patch is my proposed fix. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit htt

Re: [doc][patch] Update documents of Charles' plugins

2019-12-09 Fir de Conversatie Ken Takata
Hi Bram, 2019/12/9 Mon 14:02:11 UTC+9 Ken Takata wrote: > > Hi Charles and Bram, > > I found some mistakes in the documents of Charles' plugins. > Could you check and merge the attached patch? > You made a mistake in the latest runtime file update. A single quote was removed. Could you apply the

Re: Vim executable for Windows updated

2019-12-09 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Sa, 07 Dez 2019, Bram Moolenaar wrote: > > > As a tryout for the upcoming Vim 8.2 release I created an MS-Windows > > self-installing binary from the current Vim version. This should be > > very close to the Vim 8.2 release. Give it a try. > > > > This uses the new Wind

Patch 8.1.2414

2019-12-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.2414 Problem:MS-Windows: properties dialog box shows wrong character. Solution: Explicitly specify encoding. (Ken Takata, closes #5338) Files: src/vim.rc *** ../vim-8.1.2413/src/vim.rc 2019-10-12 15:02:43.748980293 +0200 --- src/vim.rc 2019-12-09 22:20:47.643047612 +0100

Re: Upcoming Vim 8.2 release

2019-12-09 Fir de Conversatie nickspoons
The 2019-12-09 22:06, Bram Moolenaar wrote: It should not flicker that much. Especially now that a mask is used to only redraw what is needed. Yes that's the tricky bit, it doesn't flicker nearly that much in a minimal example, so it's hard to demonstrate. But here is a minimal example and t

Re: Upcoming Vim 8.2 release

2019-12-09 Fir de Conversatie Bram Moolenaar
> I'm also really enjoying the popups. I have a screencast here, but it > demonstrates a problem rather than acts as a showcase I think: > > https://asciinema.org/a/ARcxLcTKZepZfnBTsBjFqv88y > > The flickering of both the popupmenu and the 'info' popup are quite > extreme. Admittedly this exa

Patch 8.1.2413

2019-12-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.2413 Problem:Cannot update ex_cmdidxs.h on MS-Windows. Solution: Add build rules and dependencies. (Ken Takata, closes #5337) Files: src/Make_cyg_ming.mak, src/Make_mvc.mak, src/Make_vms.mms *** ../vim-8.1.2412/src/Make_cyg_ming.mak 2019-10-10 13:22:36.963636175 +020

Re: [patch] fixed typos in doc

2019-12-09 Fir de Conversatie Bram Moolenaar
Dominique wrote: > Attached patch fixes a few typos in the documentation. I'll include them, thanks. -- You are Dead. Do you wish to restart, load, or quit? /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vi

Re: Vim executable for Windows updated

2019-12-09 Fir de Conversatie Christian Brabandt
On Sa, 07 Dez 2019, Bram Moolenaar wrote: > As a tryout for the upcoming Vim 8.2 release I created an MS-Windows > self-installing binary from the current Vim version. This should be > very close to the Vim 8.2 release. Give it a try. > > This uses the new Windows installer, which is nicer th

Re: Vim executable for Windows updated

2019-12-09 Fir de Conversatie Bram Moolenaar
Rob Solumon wrote: > I've been using gvim for windows 10 installed from gvim_8.1.0451_x86.exe > since that came out.  That was the first version that fixed the bug in > vim (non-gui mode) in which and were not recognized. > > That has worked fine for me. > > At Bram's request, I installed