Re: [patch][win32] MinGW makefile deletes too much .exe files

2018-10-16 Fir de Conversatie Ken Takata
Hi Tony, 2018/10/17 Wed 9:08:17 UTC+9 Tony Mechelynck wrote: > On Wed, Oct 17, 2018 at 1:48 AM Ken Takata wrote: > > > > Hi, > > > > When running make clean with the MinGW makefile, it deletes all *.exe files. > > It's too much. It should delete only created files like Make_mvc.mak does. > >

Re: [patch][win32] MinGW makefile deletes too much .exe files

2018-10-16 Fir de Conversatie Tony Mechelynck
On Wed, Oct 17, 2018 at 1:48 AM Ken Takata wrote: > > Hi, > > When running make clean with the MinGW makefile, it deletes all *.exe files. > It's too much. It should delete only created files like Make_mvc.mak does. > Please check the attached patch. > > Regards, > Ken Takata After the recent

[patch][win32] MinGW makefile deletes too much .exe files

2018-10-16 Fir de Conversatie Ken Takata
Hi, When running make clean with the MinGW makefile, it deletes all *.exe files. It's too much. It should delete only created files like Make_mvc.mak does. Please check the attached patch. Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type

Re: Patch 8.1.0474

2018-10-16 Fir de Conversatie Ken Takata
Hi, 2018/10/17 Wed 4:13:36 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > 2018/10/16 Tue 8:10:20 UTC+9 Tony Mechelynck wrote: > > > On Mon, Oct 15, 2018 at 8:11 PM Bram Moolenaar wrote: > > > > Ken Takata wrote: > > > > > Is it better to remove -I. from CFLAGS in Make_mvc.mak and add it

Patch 8.1.0481

2018-10-16 Fir de Conversatie Bram Moolenaar
Patch 8.1.0481 Problem:When "Terminal" highlight is reverted cursor doesn't show. Solution: Get the colors of the "Terminal" group. (closes #3546) Files: src/terminal.c *** ../vim-8.1.0480/src/terminal.c 2018-09-09 19:56:03.434838223 +0200 --- src/terminal.c 2018-10-16

Re: Suggested follow-on to patches 474 and 478 (if_perl)

2018-10-16 Fir de Conversatie Bram Moolenaar
Michael Soyka wrote: > Since patch 474 places if_perl.c in "auto", the following patch is > suggested.  I can't test the Visual C changes but it looks like it > should work. Yeah, that makes sense. Deleting src/if_perl.c still makes sense for a while, it may still exist when updating to

Re: [patch] Fix indents

2018-10-16 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > > > This is a small patch to fix some indents: > > > > > > --- a/src/os_win32.c > > > +++ b/src/os_win32.c > > > @@ -7691,9 +7691,9 @@ mch_setenv(char *var, char *value, int x > > > #endif > > > { > > > _putenv((char *)envbuf); > > > -# ifdef libintl_putenv > > >

Re: Patch 8.1.0474

2018-10-16 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2018/10/16 Tue 8:10:20 UTC+9 Tony Mechelynck wrote: > > On Mon, Oct 15, 2018 at 8:11 PM Bram Moolenaar wrote: > > > Ken Takata wrote: > > > > Is it better to remove -I. from CFLAGS in Make_mvc.mak and add it only > > > > where > > > > needed like Make_cyg_ming.mak? > > > >

Patch 8.1.0480

2018-10-16 Fir de Conversatie Bram Moolenaar
Patch 8.1.0480 Problem:MinGW build file uses different -I flags than MVC. Solution: Add -I to $CFLAGS. (Ken takata) Files: src/Make_cyg_ming.mak *** ../vim-8.1.0479/src/Make_cyg_ming.mak 2018-10-15 20:11:14.472652214 +0200 --- src/Make_cyg_ming.mak 2018-10-16

Re: [patch] Fix indents

2018-10-16 Fir de Conversatie Ken Takata
Hi, 2018/10/16 Tue 5:03:14 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > This is a small patch to fix some indents: > > > > --- a/src/os_win32.c > > +++ b/src/os_win32.c > > @@ -7691,9 +7691,9 @@ mch_setenv(char *var, char *value, int x > > #endif > > { > > _putenv((char

Re: [vim/vim] Pasting multiple line commands behaves differently than in the past (< vim-8.0)? (#3545)

2018-10-16 Fir de Conversatie Christ van Willegen
Op di 16 okt. 2018 14:51 schreef zdohnal : > Would anyone mind giving me a hint what can cause behavior what user > experiences? Was it possible to do this style of copy/pasting in the past > and it changed? Or is it the bug? > Sounds like bracketed paste mode interfering somehow? Christ van

Re: [vim/vim] Access to free memory with quickfix commands (#3538)

2018-10-16 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Mon, Oct 15, 2018 at 1:03 PM Bram Moolenaar wrote: > > Yegappan wrote: > > > > > On Sat, Oct 13, 2018 at 7:58 AM Yegappan Lakshmanan > > > > w= > > > > rote: > > > > > > > > > > On Sat, Oct 13, 2018 at 1:11 AM Dominique Pell=C3=A9 > > > > > wrote: > > > > > > > > > > > > Here is