Re: Issue 224 in vim: Patch for /src/Make_mvc.mak

2015-05-05 Fir de Conversatie vim
Comment #2 on issue 224 by ktakata6...@gmail.com: Patch for /src/Make_mvc.mak https://code.google.com/p/vim/issues/detail?id=224 I have updated the patch for 7.4.720. Attachments: Make_mvc.mak.patch 5.6 KB -- You received this message because this project is configured to send all

Re: why i failed to build vim using vs 2013 with bigvim.bat?

2015-05-05 Fir de Conversatie Ken Takata
Hi mnz, 2015/5/5 Tue 19:48:07 UTC+9 mnz hz: > i have modified bigvim.bat, and now its content is as follows: > > :: command to build big Vim with OLE, Perl, Python, Ruby and Tcl > SET VCDIR="C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\" > > set SDK_INCLUDE_DIR="C:\Program Files (x

Re: Patch 7.4.726

2015-05-05 Fir de Conversatie Cesar Romani
On 05/05/2015 09:55 p.m., Christian J. Robinson wrote: > On Tue, 5 May 2015, Andrei Olsen wrote: > >> On Tuesday, May 5, 2015 at 5:00:10 PM UTC+2, Cesar wrote: >>> By compiling on Windows 7 with mingw32 I still get: > [...] >>> make: *** [GvimExt/gvimext.dll] Error 2 >>> Error by compiling gvim.ex

Re: Patch 7.4.726

2015-05-05 Fir de Conversatie Bram Moolenaar
Andrei Olsen wrote: > On Tuesday, May 5, 2015 at 5:00:10 PM UTC+2, Cesar wrote: > > By compiling on Windows 7 with mingw32 I still get: > > > > [...] > > make -C GvimExt -f Make_ming.mak CROSS=no CROSS_COMPILE> make[1]: Entering > > directory `/home/caesar/vim/src/GvimExt' > > g++ -O2 -DFEAT_GE

Patch 7.4.727

2015-05-05 Fir de Conversatie Bram Moolenaar
Patch 7.4.727 (after 7.4.724) Problem:Cannot build GvimExt with MingW. Solution: Add -lgdi32. (KF Leong) Files: src/GvimExt/Make_ming.mak *** ../vim-7.4.726/src/GvimExt/Make_ming.mak2011-09-30 16:47:09.0 +0200 --- src/GvimExt/Make_ming.mak 2015-05-06 06:47:37.136235840

Re: Patch 7.4.726

2015-05-05 Fir de Conversatie Christian J. Robinson
On Tue, 5 May 2015, Andrei Olsen wrote: On Tuesday, May 5, 2015 at 5:00:10 PM UTC+2, Cesar wrote: By compiling on Windows 7 with mingw32 I still get: [...] make: *** [GvimExt/gvimext.dll] Error 2 Error by compiling gvim.exe Had a similar problem, fixed it by adding -lgdi32 to LIBS (line 50)

Re: Patch 7.4.726

2015-05-05 Fir de Conversatie Andrei Olsen
On Tuesday, May 5, 2015 at 5:00:10 PM UTC+2, Cesar wrote: > By compiling on Windows 7 with mingw32 I still get: > > [...] > make -C GvimExt -f Make_ming.mak CROSS=no CROSS_COMPILE= > make[1]: Entering directory `/home/caesar/vim/src/GvimExt' > g++ -O2 -DFEAT_GETTEXT -c gvimext.cpp -o gvimext.o > w

Re: [patch] neovim patches

2015-05-05 Fir de Conversatie Christian Brabandt
Another small one: https://github.com/neovim/neovim/pull/2587#issuecomment-99221723 Best, Christian -- Der Geist des Alls ist gemeinschaftsfördernd. Wenigstens machte er die niedrigen Wesen wegen der höheren und paßte die höheren einandern an. -- Mark Aurel (Selbstbetrachtungen)

Re: Patch 7.4.724

2015-05-05 Fir de Conversatie Christian J. Robinson
On Tue, 5 May 2015, Christian Brabandt wrote: Hi Christian! On Mo, 04 Mai 2015, Christian J. Robinson wrote: I'm no longer able to build GvimExt:     /usr/lib/gcc/x86_64-w64-mingw32/4.8.3/../../../../x86_64-w64-mingw32/bin/ ld: i386 architecture of input file `gvimext.res' is incompatible wi

Re: Patch 7.4.726

2015-05-05 Fir de Conversatie Christian Brabandt
Hi Cesar! On Di, 05 Mai 2015, Cesar Romani wrote: > By compiling on Windows 7 with mingw32 I still get: > > [...] > make -C GvimExt -f Make_ming.mak CROSS=no CROSS_COMPILE= > make[1]: Entering directory `/home/caesar/vim/src/GvimExt' > g++ -O2 -DFEAT_GETTEXT -c gvimext.cpp -o gvimext.o > windres

Re: Patch 7.4.724

2015-05-05 Fir de Conversatie Christian Brabandt
Hi Christian! On Mo, 04 Mai 2015, Christian J. Robinson wrote: > I'm no longer able to build GvimExt: > >     /usr/lib/gcc/x86_64-w64-mingw32/4.8.3/../../../../x86_64-w64-mingw32/bin/ > ld: i386 architecture of input file `gvimext.res' is incompatible with > i386:x86-64 output That looks suspic

Re: [new feature] [patch] Added completeselect option

2015-05-05 Fir de Conversatie Michael Robinson
Please merge! -- -- 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 http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" g

Re: [patch] Added v:completed_item feature for CompleteDone event

2015-05-05 Fir de Conversatie Michael Robinson
Please merge! -- -- 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 http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" g

Re: Patch 7.4.710

2015-05-05 Fir de Conversatie Kenichi Ito
> Does that fix it? > > diff --git a/src/testdir/test_listchars.in b/src/testdir/test_listchars.in > --- a/src/testdir/test_listchars.in > +++ b/src/testdir/test_listchars.in > @@ -2,6 +2,7 @@ Tests for 'listchars' display with 'list > > STARTTEST > :so small.vim > +:set ff=unix > :let g:lines

Re: Patch 7.4.710

2015-05-05 Fir de Conversatie Christian Brabandt
Hi Kenichi! On Di, 05 Mai 2015, Kenichi Ito wrote: > Hi list, > > test_listchars test still fails on Windows after 7.4.712 (tests on 7.4.726). > Build and test log is here. > https://ci.appveyor.com/project/k-takata/vim-ci/build/288#L1693 > Does that fix it? diff --git a/src/testdir/test_list

Re: Patch 7.4.710

2015-05-05 Fir de Conversatie Kenichi Ito
Hi list, test_listchars test still fails on Windows after 7.4.712 (tests on 7.4.726). Build and test log is here. https://ci.appveyor.com/project/k-takata/vim-ci/build/288#L1693 ..\gvim -u dos.vim --noplugin "+set ff=unix|f test.out|wq" dostmp\test_listchars.out 1,10c1,10 < >---aa>-$ < .

Issue 360 in vim: There is another NMAKE version associated with VS2015RC

2015-05-05 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 360 by sinan.u...@gmail.com: There is another NMAKE version associated with VS2015RC https://code.google.com/p/vim/issues/detail?id=360 What steps will reproduce the problem? 1. Open a VS2015RC command window 2. Run nmake -

Re: Patch 7.4.726

2015-05-05 Fir de Conversatie Cesar Romani
By compiling on Windows 7 with mingw32 I still get: [...] make -C GvimExt -f Make_ming.mak CROSS=no CROSS_COMPILE= make[1]: Entering directory `/home/caesar/vim/src/GvimExt' g++ -O2 -DFEAT_GETTEXT -c gvimext.cpp -o gvimext.o windres --preprocessor="g++ -E -xc" -DRC_INVOKED --input-format=rc --ou

why i failed to build vim using vs 2013 with bigvim.bat?

2015-05-05 Fir de Conversatie mnz hz
i have modified bigvim.bat, and now its content is as follows: :: command to build big Vim with OLE, Perl, Python, Ruby and Tcl SET VCDIR="C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\" set SDK_INCLUDE_DIR="C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include" ::SET VCDIR=

Re: [patch] fixed invalid memory access in regexp.c

2015-05-05 Fir de Conversatie Bram Moolenaar
Dominique wrote: > Here is another odd case discovered by afl-fuzz > which causes vim-7.4.725 to access invalid memory: > > $ vim -u NONE \ >-c 'e ++enc=utf ++bad=keep crash-4' \ >-c 'call search(getline("."))|q' > > ... where crash4 s the attached file (7 bytes). > Address sanitizer re

Patch 7.4.726

2015-05-05 Fir de Conversatie Bram Moolenaar
Patch 7.4.726 (after 7.4.724) Problem:Cannot build GvimExt. Solution: Set APPVER to 5.0. (KF Leong) Files: src/GvimExt/Makefile *** ../vim-7.4.725/src/GvimExt/Makefile 2012-11-21 19:53:02.0 +0100 --- src/GvimExt/Makefile2015-05-05 10:21:35.583931121 +0200

Re: Patch 7.4.724

2015-05-05 Fir de Conversatie Bram Moolenaar
KF Leong wrote: > Compilation error with this patch. > It seems that Makefile in gvimext folder hard code the APPVER to 4.0, thus > the new identifiers MIIM_STRING is not recognised. > > APPVER needs to be 5.0 or later for the compilation to work. > > Fix for the issue. Thanks! -- How To K

Re: Patch 7.4.724

2015-05-05 Fir de Conversatie KF Leong
Compilation error with this patch. It seems that Makefile in gvimext folder hard code the APPVER to 4.0, thus the new identifiers MIIM_STRING is not recognised. APPVER needs to be 5.0 or later for the compilation to work. Fix for the issue. Regards, KF diff --git a/src/GvimExt/Makefile b/src/G