Re: Error when trying to compile vim with statically linked python

2018-07-01 Fir de Conversatie Ken Takata
Hi Cesar, 2018/7/2 Mon 8:59:44 UTC+9 Cesar wrote: > When trying to compile vim 8.1.137 with statically linked pyhon 2.7.14, > using MinGW-W64 on Windows 7, I get: > > > [...] > gcc -Iproto -DWIN32 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 [...] > -Lc:/python27/libs -lpython27 >

Re: Error when trying to compile vim with statically linked python

2018-07-01 Fir de Conversatie Tony Mechelynck
I don't have this problem on Linux. Is it MinGW (or MinGW-x64)-only or does it also happen on other configurations? My Huge Vim (8.1.136 as of this writing) is configured with static Python (2.7.14 as distributed with openSUSE 15.0), and my gcc version is 7.3.1 (also distributed with openSUSE 15.0

Error when trying to compile vim with statically linked python

2018-07-01 Fir de Conversatie Cesar Romani
When trying to compile vim 8.1.137 with statically linked pyhon 2.7.14, using MinGW-W64 on Windows 7, I get: [...] gcc -Iproto -DWIN32 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 [...] -Lc:/python27/libs -lpython27 gobjZi686/ex_cmds2.o:ex_cmds2.c:(.text+0x761a): undefined referenc

Patch 8.1.0137

2018-07-01 Fir de Conversatie Bram Moolenaar
Patch 8.1.0137 Problem:CI does not run with TCL. Solution: Add TCL to the travis config. (Dominique Pelle, closes #3133) Files: .travis.yml *** ../vim-8.1.0136/.travis.yml 2018-04-12 20:05:02.0 +0200 --- .travis.yml 2018-07-01 21:11:02.830191643 +0200 *** *** 11,2

Patch 8.1.0136

2018-07-01 Fir de Conversatie Bram Moolenaar
Patch 8.1.0136 Problem:Lua tests don't cover new features. Solution: Add more tests. (Dominique Pelle, closes #3130) Files: runtime/doc/if_lua.txt, src/testdir/test_lua.vim *** ../vim-8.1.0135/runtime/doc/if_lua.txt 2018-05-17 13:41:41.0 +0200 --- runtime/doc/if_lua.txt

Patch 8.1.0135

2018-07-01 Fir de Conversatie Bram Moolenaar
Patch 8.1.0135 Problem:Undo message delays screen update for CTRL-O u. Solution: Add smsg_attr_keep(). (closes #3125) Files: src/message.c, src/proto.h, src/undo.c *** ../vim-8.1.0134/src/message.c 2018-06-28 14:54:38.764565527 +0200 --- src/message.c 2018-07-01 16:35:40.

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

2018-07-01 Fir de Conversatie Bram Moolenaar
Dominique wrote: > I just noticed that the patch submitted by Luis Carvalho > in above discussion back in Sep 2, 2012 was applied > to runtime/doc/if_lua.txt in git SHA1 52b91d801aa > However, the change to src/if_lua.c was somehow > never applied. So this explains the bug I recently > opened:

Patch 8.1.0134

2018-07-01 Fir de Conversatie Bram Moolenaar
Patch 8.1.0134 Problem:Lua interface does not support funcref. Solution: Add funcref support. (Luis Carvalho) Files: src/if_lua.c, src/testdir/test_lua.vim *** ../vim-8.1.0133/src/if_lua.c2017-12-16 18:17:27.0 +0100 --- src/if_lua.c2018-07-01 14:49:42.01314317

Re: Trying to build with MinGW

2018-07-01 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 > > > > > > > > >

Re: Patch 8.1.0128

2018-07-01 Fir de Conversatie Bram Moolenaar
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. Ah, I had a problem applying that patch to the repository and merged the f

Re: [vim/vim] Is it possible to disable vim from opening too large files? (#3120)

2018-07-01 Fir de Conversatie John Little
On Saturday, June 30, 2018 at 9:41:08 PM UTC+12, xuejipeng wrote: > I performed a misoperation and opened a 6G file with vim, which caused the > server to crash. I wonder if there is a configuration ... I suggest you look at the LargeFile plugin: https://www.vim.org/scripts/script.php?script_id=