Re: Build Vim with mingw32-make and Ruby under Windows

2018-11-27 Fir de Conversatie Ken Takata
Hi, 2018/11/28 Wed 0:33:03 UTC+9 Ni Va wrote: > Le mardi 27 novembre 2018 10:39:05 UTC+1, Ken Takata a écrit : > > Hi, > > > > 2018/11/27 Tue 18:34:10 UTC+9 Ni Va wrote: > > > Le mardi 27 novembre 2018 10:17:55 UTC+1, Ken Takata a écrit : > > > > Hi, > > > > > > > > 2018/11/27 Tue 17:52:07 UTC+9

Re: Visual block mode delete and a "linebreaked" space

2018-11-27 Fir de Conversatie Tom M
On Tuesday, November 27, 2018 at 9:46:48 PM UTC+1, Christian Brabandt wrote: > Hi, > as somebody who has contributed a bit to the screen displaying logic I > figured, I should probably comment. > > I believe, the mentioned test has been written by me and I have in the > past quite often tried to fi

Re: Visual block mode delete and a "linebreaked" space

2018-11-27 Fir de Conversatie Christian Brabandt
Hi, as somebody who has contributed a bit to the screen displaying logic I figured, I should probably comment. I believe, the mentioned test has been written by me and I have in the past quite often tried to fix various bugs around the block editing and display of characters in combination of v

Re: your mail

2018-11-27 Fir de Conversatie Christian J. Robinson
On Tue, 27 Nov 2018, Christian Brabandt wrote: On Di, 27 Nov 2018, Christian J. Robinson wrote: Even though the patchlevel is up to 549, the Mercurial repository appears to be stuck at 535. What makes you think so: https://bitbucket.org/vim-mirror/vim/commits/all shows patch 8.1.0549 My

Re: your mail

2018-11-27 Fir de Conversatie Christian Brabandt
On Di, 27 Nov 2018, Christian J. Robinson wrote: > Even though the patchlevel is up to 549, the Mercurial repository appears to > be stuck at 535. What makes you think so: https://bitbucket.org/vim-mirror/vim/commits/all shows patch 8.1.0549 Best, Christian -- Den Tod fürchten die am wenigs

[no subject]

2018-11-27 Fir de Conversatie Christian J. Robinson
Even though the patchlevel is up to 549, the Mercurial repository appears to be stuck at 535. -- Christian J. Robinson -- https://christianrobinson.name/ I only wrote the thing, I don't have to understand it.

Visual block mode delete and a "linebreaked" space

2018-11-27 Fir de Conversatie Tom M
I am wandering what is the logic behind deleting something using visual block. In particular, the case when the cursor which denotes the lower right-hand side corner of the block ends up on a space that got "expanded" up to the end of the screen line due to 'linebreak' setting. I am talking about a

Re: Build Vim with mingw32-make and Ruby under Windows

2018-11-27 Fir de Conversatie Ni Va
Le mardi 27 novembre 2018 10:39:05 UTC+1, Ken Takata a écrit : > Hi, > > 2018/11/27 Tue 18:34:10 UTC+9 Ni Va wrote: > > Le mardi 27 novembre 2018 10:17:55 UTC+1, Ken Takata a écrit : > > > Hi, > > > > > > 2018/11/27 Tue 17:52:07 UTC+9 Ni Va wrote: > > > > Hi all, > > > > > > > > > > > > Under W

Re: Build Vim with mingw32-make and Ruby under Windows

2018-11-27 Fir de Conversatie Ken Takata
Hi, 2018/11/27 Tue 18:34:10 UTC+9 Ni Va wrote: > Le mardi 27 novembre 2018 10:17:55 UTC+1, Ken Takata a écrit : > > Hi, > > > > 2018/11/27 Tue 17:52:07 UTC+9 Ni Va wrote: > > > Hi all, > > > > > > > > > Under Windows 10, during build of vim with mingw32-make and Ruby an error > > > occurs : >

Re: Build Vim with mingw32-make and Ruby under Windows

2018-11-27 Fir de Conversatie Ni Va
Le mardi 27 novembre 2018 10:17:55 UTC+1, Ken Takata a écrit : > Hi, > > 2018/11/27 Tue 17:52:07 UTC+9 Ni Va wrote: > > Hi all, > > > > > > Under Windows 10, during build of vim with mingw32-make and Ruby an error > > occurs : > > if_ruby.c:126:18: fatal error: ruby.h: No such file or directory

Re: Build Vim with mingw32-make and Ruby under Windows

2018-11-27 Fir de Conversatie Ken Takata
Hi, 2018/11/27 Tue 17:52:07 UTC+9 Ni Va wrote: > Hi all, > > > Under Windows 10, during build of vim with mingw32-make and Ruby an error > occurs : > if_ruby.c:126:18: fatal error: ruby.h: No such file or directory > compilation terminated. > mingw32-make: *** [gobjx86-64/if_ruby.o] Error 1

Build Vim with mingw32-make and Ruby under Windows

2018-11-27 Fir de Conversatie Ni Va
Hi all, Under Windows 10, during build of vim with mingw32-make and Ruby an error occurs : if_ruby.c:126:18: fatal error: ruby.h: No such file or directory compilation terminated. mingw32-make: *** [gobjx86-64/if_ruby.o] Error 1 Don't understand because I follow "help 12. Building with Rub