Re: Patch 8.1.0369

2018-09-11 Fir de Conversatie Tony Mechelynck
On Tue, Sep 11, 2018 at 10:37 PM Bram Moolenaar wrote: > > > Patch 8.1.0369 > Problem:Continuation lines cannot contain comments. > Solution: Support using "\ . > Files: src/ex_cmds2.c, src/testdir/test_eval_stuff.vim, > runtime/indent/vim.vim, runtime/doc/repeat.txt Typo

Re: [vim/vim] patch 8.1.0369: continuation lines cannot contain comments (67f8ab8)

2018-09-11 Fir de Conversatie Bram Moolenaar
> The example doesn't match what the sentence says it should look like. You mean, it should say: To add a comment in between the lines start with '"\ '. Notice the space after the backslash. Example: > -- A day without sunshine is like, well, night. /// Bram Moolenaar --

Patch 8.1.0369

2018-09-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.0369 Problem:Continuation lines cannot contain comments. Solution: Support using "\ . Files: src/ex_cmds2.c, src/testdir/test_eval_stuff.vim, runtime/indent/vim.vim, runtime/doc/repeat.txt *** ../vim-8.1.0368/src/ex_cmds2.c 2018-09-10 21:04:09.868392665

Patch 8.1.0368

2018-09-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.0368 Problem:GTK code has too many #ifdefs and building fails with GTK 2.10. Solution: Always use gtk_widget_get_window() and define it for older GTK versions. (Ken Takata, closes #3421) Files: src/gui_beval.c, src/gui_gtk.c, src/gui_gtk_f.c,

Re: Patch 8.1.0362

2018-09-11 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Mo, 10 Sep 2018, Bram Moolenaar wrote: > > > Patch 8.1.0362 > > Problem:Cannot get the script line number when executing a function. > > Solution: Store the line number besides the script ID. (Ozaki Kiichi, > > closes #3362) Also display the line

Patch 8.1.0367

2018-09-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.0367 Problem:getchar(1) no longer processes pending messages. (Yasuhiro Matsumoto) Solution: Call parse_queued_messages(). Files: src/evalfunc.c *** ../vim-8.1.0366/src/evalfunc.c 2018-09-10 21:04:09.864392710 +0200 --- src/evalfunc.c 2018-09-11

Re: Patch 8.1.0362

2018-09-11 Fir de Conversatie Christian Brabandt
On Mo, 10 Sep 2018, Bram Moolenaar wrote: > Patch 8.1.0362 > Problem:Cannot get the script line number when executing a function. > Solution: Store the line number besides the script ID. (Ozaki Kiichi, > closes #3362) Also display the line number with ":verbose set". > Files:

Re: Two test-crashing Problems (timeout and passwd)

2018-09-11 Fir de Conversatie Bram Moolenaar
Stucki wrote: > On Mon, 03 Sep 2018, Bram Moolenaar wrote: > > > Although it says that it timed out, it may actually have failed. > > It uses a selection of 250 Kbyte, it's possible that your machine cannot > > handle that. > > I verified, that the machines themselves have no problem, >

Re: Patch 8.1.0360

2018-09-11 Fir de Conversatie Bram Moolenaar
Christian wrote: > > On Mo, 10 Sep 2018, Bram Moolenaar wrote: > > > > > Patch 8.1.0360 > > > Problem:Using an external diff program is slow and inflexible. > > > Solution: Include the xdiff library. (Christian Brabandt, closes #2732) > > > Use it by default. > > > Files: