Re: [PATCH] if_lua (was: if_lua patch)

2018-06-30 Fir de Conversatie Dominique Pellé
On Sun, Sep 2, 2012 at 2:39 AM Luis Carvalho wrote: > ZyX wrote: > > > No, since the patches are few and far between. > > > > Pulling patches from the repository and saving them there is > > convenient. When I was adding third argument to sort() patch was also > > not big but I still cloned vim

Re: Patch 8.1.0128

2018-06-30 Fir de Conversatie Tony Mechelynck
On Sun, Jul 1, 2018 at 2:59 AM, John Little wrote: > On Sunday, July 1, 2018 at 2:28:04 AM UTC+12, Bram Moolenaar wrote: >> Patch 8.1.0128 > > Just noticed version.c on github doesn't have patch number 128. No effect, > other than a little confusion. > > Regards, John Little Nor does it on the

Re: Patch 8.1.0128

2018-06-30 Fir de Conversatie John Little
On Sunday, July 1, 2018 at 2:28:04 AM UTC+12, Bram Moolenaar wrote: > Patch 8.1.0128 Just noticed version.c on github doesn't have patch number 128. No effect, other than a little confusion. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post!

Re: Patch 8.1.0128

2018-06-30 Fir de Conversatie Elimar Riesebieter
* Bram Moolenaar [2018-06-30 16:27 +0200]: > > Patch 8.1.0128 > Problem:Building with MinGW does not work out-of-the-box. > Solution: Add instructions for MSYS2. Set default WINVER. Add batch files > to set $PATH for MSYS2. > Files:src/Make_cyg_ming.mak,

Re: Trying to build with MinGW

2018-06-30 Fir de Conversatie Ken Takata
Hi Bram, 2018/7/1 Sun 5:02:50 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > [...] > > > > > Open the "MSYS2 MSYS" icon from the Start Menu, then you can use the > > > > following > > > > command to install them: > > > > > > > > pacman -S base-devel mingw-w64-i686-toolchain > > > >

Patch 8.1.0133

2018-06-30 Fir de Conversatie Bram Moolenaar
Patch 8.1.0133 Problem:tagfiles() can have duplicate entries. Solution: Simplify the filename to make checking for duplicates work better. Add a test. (Dominique Pelle, closes #2979) Files: src/tag.c, src/testdir/test_taglist.vim *** ../vim-8.1.0132/src/tag.c

Re: Trying to build with MinGW

2018-06-30 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: [...] > > > Open the "MSYS2 MSYS" icon from the Start Menu, then you can use the > > > following > > > command to install them: > > > > > > pacman -S base-devel mingw-w64-i686-toolchain > > > mingw-w64-x86_64-toolchain > > > > > > Or you can use the `pacboy` command

Patch 8.1.0132

2018-06-30 Fir de Conversatie Bram Moolenaar
Patch 8.1.0132 Problem:Lua tests are old style. Solution: Convert to new style tests. Improve coverage. (Dominique Pelle, closes #3091) Files: src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_amiga.mak, src/testdir/Make_vms.mms,

Patch 8.1.0131

2018-06-30 Fir de Conversatie Bram Moolenaar
Patch 8.1.0131 Problem::profdel is not tested. Solution: Add a test. (Dominique Pelle, closes #3123) Files: src/testdir/test_profile.vim *** ../vim-8.1.0130/src/testdir/test_profile.vim2017-12-05 16:42:08.0 +0100 --- src/testdir/test_profile.vim2018-06-30

Re: Trying to build with MinGW

2018-06-30 Fir de Conversatie Ken Takata
Hi Bram, 2018/6/30 Sat 23:14:33 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > > Does it make sense to require WINVER 0x0600 here while 0x501 is the > > > default above? Doesn't it mean the binary won't work properly on > > > Windows XP anyway? Then we might as well make 0x0600 the

Patch 8.1.0130

2018-06-30 Fir de Conversatie Bram Moolenaar
Patch 8.1.0130 Problem:":profdel func" does not work if func was called already. (Dominique Pelle) Solution: Reset uf_profiling and add a flag to indicate initialization was done. Files: src/structs.h, src/userfunc.c *** ../vim-8.1.0129/src/structs.h

Patch 8.1.0129

2018-06-30 Fir de Conversatie Bram Moolenaar
Patch 8.1.0129 Problem:Still some xterm-like terminals get a stray "p" on startup. Solution: Consider all terminals that reply with a version smaller than 95 as not an xterm. (James McCoy) Files: src/term.c *** ../vim-8.1.0128/src/term.c 2018-05-23 20:30:52.738566360

Patch 8.1.0128

2018-06-30 Fir de Conversatie Bram Moolenaar
Patch 8.1.0128 Problem:Building with MinGW does not work out-of-the-box. Solution: Add instructions for MSYS2. Set default WINVER. Add batch files to set $PATH for MSYS2. Files: src/Make_cyg_ming.mak, src/INSTALLpc.txt, src/msys32.bat, src/msys64.bat,

Re: Trying to build with MinGW

2018-06-30 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > > Does it make sense to require WINVER 0x0600 here while 0x501 is the > > default above? Doesn't it mean the binary won't work properly on > > Windows XP anyway? Then we might as well make 0x0600 the default. And > > add a comment to use 0x0501 for XP, and the need to