Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Christian Brabandt
On Mi, 27 Nov 2019, Ken Takata wrote: >  How about this? > > diff --git a/src/vim.h b/src/vim.h > --- a/src/vim.h > +++ b/src/vim.h > @@ -36,7 +36,7 @@ > Error: configure did not run properly.  Check auto/config.log. >  # endif >   > -# if defined(UNIX) && !defined(MACOS_X) > +# if defined

Re: Patch 8.1.2352

2019-11-27 Fir de Conversatie Christian Brabandt
On Mi, 27 Nov 2019, Ken Takata wrote: > This patch is not appeared in mercurial mirrors. Thanks, the merges did confuse my script. Mirrors are updated. Best, Christian -- Warum überquerte das Huhn die Straße? Richard M. Nixon: Das Huhn hat die Straße nicht überquert. Ich wiederhole, das Hu

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Ken Takata
Hi, 2019/11/28 Thu 14:52:43 UTC+9 Ken Takata wrote: > > Hi, > > 2019/11/28 Thu 7:07:02 UTC+9 Ken Takata wrote: >> >> Hi, >> >> 2019/11/28 Thu 6:51:22 UTC+9 Christian Brabandt wrote: >>> >>> >>> On Mi, 27 Nov 2019, Bram Moolenaar wrote: >>> >>> > What was the error on FreeBSD? I thought it also s

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Ken Takata
Hi, 2019/11/28 Thu 7:07:02 UTC+9 Ken Takata wrote: > > Hi, > > 2019/11/28 Thu 6:51:22 UTC+9 Christian Brabandt wrote: >> >> >> On Mi, 27 Nov 2019, Bram Moolenaar wrote: >> >> > What was the error on FreeBSD? I thought it also suppored Posix. >> >> https://cirrus-ci.com/task/5566942320001024 >>

Re: Ctrl-V behavior broken in insert and command modes

2019-11-27 Fir de Conversatie Gary Johnson
On 2019-11-27, Ken Takata wrote: > Hi, > > 2019/11/28 Thu 10:15:10 UTC+9 Gary Johnson wrote: > > Entering Ctrl-V in insert mode or on the command line used to allow > the following character to be inserted literally.  Now, when > I follow Ctrl-V with another Ctrl-V, this sequence is i

Re: Patch 8.1.2352

2019-11-27 Fir de Conversatie Ken Takata
Hi Christian, 2019/11/28 Thu 7:09:08 UTC+9 Christian Brabandt wrote: > > > On Mi, 27 Nov 2019, Bram Moolenaar wrote: > > > Patch 8.1.2352 > > Problem:CI doesn't cover FreeBSD. > > Solution: Configure Cirrus-CI. (Christian Brabandt, closes #5273) > > Files:.cirrus.yml, README.

Re: Ctrl-V behavior broken in insert and command modes

2019-11-27 Fir de Conversatie Ken Takata
Hi, 2019/11/28 Thu 10:15:10 UTC+9 Gary Johnson wrote: > > Entering Ctrl-V in insert mode or on the command line used to allow > the following character to be inserted literally. Now, when > I follow Ctrl-V with another Ctrl-V, this sequence is inserted: > > ^[[27;5;118~ > > I don't know w

Ctrl-V behavior broken in insert and command modes

2019-11-27 Fir de Conversatie Gary Johnson
Entering Ctrl-V in insert mode or on the command line used to allow the following character to be inserted literally. Now, when I follow Ctrl-V with another Ctrl-V, this sequence is inserted: ^[[27;5;118~ I don't know when this started--I just noticed it in Vim 8.1.2300 on Linux. I verified

Re: Patch 8.1.2350

2019-11-27 Fir de Conversatie Ken Takata
Hi, 2019/11/28 Thu 5:59:01 UTC+9 Bram Moolenaar wrote: > > > Ken Takata wrote: > > > 2019/11/27 Wed 3:34:01 UTC+9 Bram Moolenaar wrote: > > > > > > > > > Patch 8.1.2350 > > > Problem:Other text for CTRL-V in Insert mode with modifyOtherKeys. > > > Solution: Convert the Escape sequence

Re: Patch 8.1.2352

2019-11-27 Fir de Conversatie Christian Brabandt
On Mi, 27 Nov 2019, Bram Moolenaar wrote: > Patch 8.1.2352 > Problem:CI doesn't cover FreeBSD. > Solution: Configure Cirrus-CI. (Christian Brabandt, closes #5273) > Files:.cirrus.yml, README.md You are too fast ;) This PR should originally go to my fork so I could test it cor

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Ken Takata
Hi, 2019/11/28 Thu 6:51:22 UTC+9 Christian Brabandt wrote: > > > On Mi, 27 Nov 2019, Bram Moolenaar wrote: > > > What was the error on FreeBSD? I thought it also suppored Posix. > > https://cirrus-ci.com/task/5566942320001024 > > In file included from os_unix.c:87: > /usr/include/sys/consio.h

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Christian Brabandt
On Mi, 27 Nov 2019, Bram Moolenaar wrote: > What was the error on FreeBSD? I thought it also suppored Posix. https://cirrus-ci.com/task/5566942320001024 In file included from os_unix.c:87: /usr/include/sys/consio.h:262:2: error: unknown type name 'u_short'; did you mean 'short'? u_sh

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Bram Moolenaar
Christian wrote: > > > On Di, 26 Nov 2019, Bram Moolenaar wrote: > > > > > > > Patch 8.1.2344 > > > > Problem:Cygwin: warning for using strptime(). > > > > Solution: Move defining _XOPEN_SOURCE and __USE_XOPEN to vim.h. (Ken > > > > Takata, > > > > closes #5265) Use 700 for

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Christian Brabandt
On Mi, 27 Nov 2019, Bram Moolenaar wrote: > > Christian wrote: > > > On Di, 26 Nov 2019, Bram Moolenaar wrote: > > > > > Patch 8.1.2344 > > > Problem:Cygwin: warning for using strptime(). > > > Solution: Move defining _XOPEN_SOURCE and __USE_XOPEN to vim.h. (Ken > > > Takata, > > >

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Di, 26 Nov 2019, Bram Moolenaar wrote: > > > Patch 8.1.2344 > > Problem:Cygwin: warning for using strptime(). > > Solution: Move defining _XOPEN_SOURCE and __USE_XOPEN to vim.h. (Ken > > Takata, > > closes #5265) Use 700 for _XOPEN_SOURCE for mkdtemp().

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Ken Takata
Hi, 2019/11/28 Thu 5:05:12 UTC+9 Christian Brabandt wrote: > > > On Di, 26 Nov 2019, Bram Moolenaar wrote: > > > Patch 8.1.2344 > > Problem:Cygwin: warning for using strptime(). > > Solution: Move defining _XOPEN_SOURCE and __USE_XOPEN to vim.h. (Ken > Takata, > > closes #52

Patch 8.1.2352

2019-11-27 Fir de Conversatie Bram Moolenaar
Patch 8.1.2352 Problem:CI doesn't cover FreeBSD. Solution: Configure Cirrus-CI. (Christian Brabandt, closes #5273) Files: .cirrus.yml, README.md *** ../vim-8.1.2351/.cirrus.yml 2019-11-27 21:54:53.006023177 +0100 --- .cirrus.yml 2019-11-27 21:53:11.266504548 +0100 *** ***

Re: Patch 8.1.2350

2019-11-27 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2019/11/27 Wed 3:34:01 UTC+9 Bram Moolenaar wrote: > > > > > > Patch 8.1.2350 > > Problem:Other text for CTRL-V in Insert mode with modifyOtherKeys. > > Solution: Convert the Escape sequence back to key as if modifyOtherKeys > > is > > not set, and use C

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Christian Brabandt
On Di, 26 Nov 2019, Bram Moolenaar wrote: > Patch 8.1.2344 > Problem:Cygwin: warning for using strptime(). > Solution: Move defining _XOPEN_SOURCE and __USE_XOPEN to vim.h. (Ken Takata, > closes #5265) Use 700 for _XOPEN_SOURCE for mkdtemp(). > Files:src/os_unix.h,

Re: Patch 8.1.2350

2019-11-27 Fir de Conversatie Ken Takata
Hi Bram, 2019/11/27 Wed 3:34:01 UTC+9 Bram Moolenaar wrote: > > > Patch 8.1.2350 > Problem:Other text for CTRL-V in Insert mode with modifyOtherKeys. > Solution: Convert the Escape sequence back to key as if modifyOtherKeys > is > not set, and use CTRL-SHIFT-V to get the Esca