Re: Visual Studio 2017 fails to compile one of six Vims...

2018-06-29 Fir de Conversatie tux.
Tony Mechelynck schrob am Freitag, 29. Juni 2018 um 05:41 Zeit: > So the question arises: do you have the correct software installed > (including headers) to compile and link with 32-bit OLE? I was thinking so. Hmm... Investigating. -- -- You received this message from the "vim_dev" maillist.

Re: Command to get the help translations file and set language

2018-06-29 Fir de Conversatie Bram Moolenaar
Antonio wrote: > I cannot answer for Bram, but my own philosophy is "find a way to make it > work". If this is not very linear, well, that's life. Neovim tries to > address your concerns. I don't really know how it works, but you could have > a look at it. I am happy with the *status quo* in Vim

Re: build failure on Linux: undefined reference to `vim_chdirfile'

2018-06-29 Fir de Conversatie Bram Moolenaar
Pawel Slowik wrote: > Steps to reproduce: > 1) on Linux, > 2) run: > ../configure --disable-netbeans --disable-xsmp --enable-gui=no > 3) disable FEAT_SESSION: > patch -p0 < /tmp/vim-disable-session.diff > 4) compile: > make > > Result: > gcc -L/usr/local/lib -Wl,--as-needed-o vim obje

Patch 8.1.0127

2018-06-29 Fir de Conversatie Bram Moolenaar
Patch 8.1.0127 Problem:Build failure when disabling the session feature. (Pawel Slowik) Solution: Adjust #ifdef for vim_chdirfile(). Files: src/misc2.c *** ../vim-8.1.0126/src/misc2.c 2018-04-21 23:24:12.0 +0200 --- src/misc2.c 2018-06-29 20:25:56.182566403 +0200

Re: Command to get the help translations file and set language

2018-06-29 Fir de Conversatie Antonio Giovanni Colombo
I cannot answer for Bram, but my own philosophy is "find a way to make it work". If this is not very linear, well, that's life. Neovim tries to address your concerns. I don't really know how it works, but you could have a look at it. I am happy with the *status quo* in Vim. About the help files, t

Re: Off-by-one error in varsofttabstop description?

2018-06-29 Fir de Conversatie Matthew Winn
On 29/06/18 06:44, François Ingelrest wrote: BTW, I'm sorry if this has been asked before as I didn't have time to catch all my emails recently, but if the vartab feature is to be used for column editing (and it's great at that), wouldn't it be more logical to provide the columns where to stop at

Re: Command to get the help translations file and set language

2018-06-29 Fir de Conversatie scootergrisen
As far as I can tell, what is needed for language "ll" is a ZIPped file containing the *.llx files, plus tags-ll, plus READMEll.txt What is going on with the ll system. 3 diffenerent systems of writing the ll just for the help files. .llx (first before . overwriting tx) -ll (adding -) READMEll

build failure on Linux: undefined reference to `vim_chdirfile'

2018-06-29 Fir de Conversatie Paweł Słowik
Steps to reproduce: 1) on Linux, 2) run: ../configure --disable-netbeans --disable-xsmp --enable-gui=no 3) disable FEAT_SESSION: patch -p0 < /tmp/vim-disable-session.diff 4) compile: make Result: gcc -L/usr/local/lib -Wl,--as-needed-o vim objects/arabic.o objects/beval.o objects/buffer.o

Re: Trying to build with MinGW

2018-06-29 Fir de Conversatie Ken Takata
Hi Bram, Sorry for the late reply. 2018/5/24 Thu 4:52:51 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > 2018/5/21 Mon 1:30:53 UTC+9 Bram Moolenaar wrote: > > > I want to try debugging on MS-Windows with gdb. I normally build with > > > MSVC, but I don't see a way to use that executable w