Patch 8.1.2256

2019-11-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.2256 (after 8.1.2255) Problem:Test for ":term ++shell" fails on MS-Windows. Solution: Accept failure of "dir" executable. Files: src/testdir/test_terminal.vim *** ../vim-8.1.2255/src/testdir/test_terminal.vim 2019-11-04 23:18:31.431027128 +0100 --- src/testdir/test_t

Patch 8.1.2255

2019-11-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.2255 Problem:":term ++shell" does not work on MS-Windows. Solution: Add MS-Windows support. Files: src/terminal.c, src/testdir/test_terminal.vim *** ../vim-8.1.2254/src/terminal.c 2019-11-03 23:37:08.288934381 +0100 --- src/terminal.c 2019-11-03 23:44:31.294556861

Patch 8.1.2254

2019-11-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.2254 Problem:MS-Windows: mouse scroll wheel doesn't work in popup. Solution: Handle mouse wheel events separately. (closes #5138) Files: src/gui_w32.c, src/gui.c, src/proto/gui.pro *** ../vim-8.1.2253/src/gui_w32.c 2019-10-23 21:43:13.368623922 +0200 --- src/gui_w32.c

Patch 8.1.2253

2019-11-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.2253 Problem:Using "which" to check for an executable is not reliable. Solution: Use "command -v" instead. Also exit with error code when generating tags has an error. (closes #5174) Files: runtime/doc/Makefile *** ../vim-8.1.2252/runtime/doc/Makefile20

Patch 8.1.2252

2019-11-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.2252 Problem:Compiler warning for int size. Solution: Add type cast. (Mike Williams) Files: src/filepath.c *** ../vim-8.1.2251/src/filepath.c 2019-10-30 04:10:00.053774871 +0100 --- src/filepath.c 2019-11-04 20:35:18.017017223 +0100 *** *** 79,85

Re: Patch 8.1.2242

2019-11-04 Fir de Conversatie Bram Moolenaar
> 2019/11/4 Mon 20:37:24 UTC+9 James McCoy wrote: > > > > On Mon, Nov 4, 2019, 05:28 Bram Moolenaar > > wrote: > > > >> > >> > On Sun, Nov 03, 2019 at 09:20:20PM +0100, Bram Moolenaar wrote: > >> > > > >> > > Christian wrote: > >> > > > >> > > > On So, 03 Nov 2019, Bram Moolenaar wrote: > >> >

Re: Patch 8.1.2242

2019-11-04 Fir de Conversatie Christian Brabandt
On Mo, 04 Nov 2019, Ken Takata wrote: > We already use "command -v" in src/po/Makefile. > I think it can be also safely used in runtime/doc/Makefile. And I think we even had a similar discussion back then ;) Best, Christian -- Auf jede Frage eine Antwort wissen nur Dummköpfe.

Re: Patch 8.1.2242

2019-11-04 Fir de Conversatie Ken Takata
Hi, 2019/11/4 Mon 20:37:24 UTC+9 James McCoy wrote: > > On Mon, Nov 4, 2019, 05:28 Bram Moolenaar > wrote: > >> >> > On Sun, Nov 03, 2019 at 09:20:20PM +0100, Bram Moolenaar wrote: >> > > >> > > Christian wrote: >> > > >> > > > On So, 03 Nov 2019, Bram Moolenaar wrote: >> > > > >> > > > > Righ

Re: Patch 8.1.2242

2019-11-04 Fir de Conversatie James McCoy
On Mon, Nov 4, 2019, 05:28 Bram Moolenaar wrote: > > > On Sun, Nov 03, 2019 at 09:20:20PM +0100, Bram Moolenaar wrote: > > > > > > Christian wrote: > > > > > > > On So, 03 Nov 2019, Bram Moolenaar wrote: > > > > > > > > > Right, "make vimtags" doesn't work. I'm not sure how widespread > "type" >

Re: Patch 8.1.2242

2019-11-04 Fir de Conversatie Bram Moolenaar
> On Sun, Nov 03, 2019 at 09:20:20PM +0100, Bram Moolenaar wrote: > > > > Christian wrote: > > > > > On So, 03 Nov 2019, Bram Moolenaar wrote: > > > > > > > Right, "make vimtags" doesn't work. I'm not sure how widespread "type" > > > > is, I think "which" should be safer. > > > > > > type or