Re: Comments halfway continuation lines

2018-08-19 Fir de Conversatie mattn
On Monday, August 20, 2018 at 1:37:53 AM UTC+9, Bram Moolenaar wrote: > Currently, when making a list with continuation lines, it is not > possible to add a comment somewhere: > > let array = [ > \ item, > \ item, > \ item, > \] > >

hitting 'y' in auto-confirm dialog has no effect

2018-08-19 Fir de Conversatie tooth pik
my problem is with the gui, specifically gtk3 in opensuse leap 42.3 i like to keep 'confirm' set, because it's so often quicker to quit and confirm a save than to save then quit (it's my workflow so i get to decide) -- anyway when i started building with gtk3 instead of gtk2 i noticed that the

Patch 8.1.0301

2018-08-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0301 Problem:GTK: Input method popup displayed on wrong screen. Solution: Add the screen position offset. (Ken Takata, closes #3268) Files: src/gui_beval.c, src/gui_gtk_x11.c, src/mbyte.c, src/proto/gui_gtk_x11.pro *** ../vim-8.1.0300/src/gui_beval.c

Patch 8.1.0300

2018-08-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0300 Problem:The old window title might be freed twice. (Dominique Pelle) Solution: Do not free "oldtitle" in a signal handler but set a flag to have it freed later. Files: src/os_unix.c *** ../vim-8.1.0299/src/os_unix.c 2018-08-11 13:57:16.215969777

Re: Comments halfway continuation lines

2018-08-19 Fir de Conversatie Tony Mechelynck
On Sun, Aug 19, 2018 at 6:37 PM, Bram Moolenaar wrote: > > Currently, when making a list with continuation lines, it is not > possible to add a comment somewhere: > > let array = [ > \ item, > \ item, > \ item, > \] > >

Comments halfway continuation lines

2018-08-19 Fir de Conversatie Bram Moolenaar
Currently, when making a list with continuation lines, it is not possible to add a comment somewhere: let array = [ \ item, \ item, \ item, \] Adding a comment after the comma causes all the rest to be included in the

Patch 8.1.0299

2018-08-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0299 (after 8.1.0298) Problem:misplaced comment Solution: Remove comment Files: src/testdir/runtest.vim *** ../vim-8.1.0298/src/testdir/runtest.vim 2018-08-19 16:09:15.374103260 +0200 --- src/testdir/runtest.vim 2018-08-19 16:52:33.834574032 +0200 ***

Patch 8.1.0298

2018-08-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0298 Problem:Window resize test sometimes fails on Mac. Solution: Add Test_popup_and_window_resize() to flaky tests. Files: src/testdir/runtest.vim *** ../vim-8.1.0297/src/testdir/runtest.vim 2018-06-12 14:58:35.566840630 +0200 --- src/testdir/runtest.vim

Patch 8.1.0297

2018-08-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0297 (after 8.1.0294) Problem:MS-Windows: tests fail, Vim crashes. Solution: Fix long file name handling. Files: src/os_win32.c *** ../vim-8.1.0296/src/os_win32.c 2018-08-18 20:20:23.335417254 +0200 --- src/os_win32.c 2018-08-19 14:36:25.032599518 +0200

Re: Patch 8.1.0294

2018-08-19 Fir de Conversatie Axel Bender
Both commands behave identically. Sometimes they just stop working (no output at all), at other times they create a Windows MiniDump (i.e. Werfault shows up). This used to work with 292. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the

Re: Patch 8.1.0294

2018-08-19 Fir de Conversatie Axel Bender
@Tony It crashes (WerFault comes up) (so it finishes not quite so silently ;-), producing a Windows MiniDump file... This used to work with 292. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more

Re: Patch 8.1.0294

2018-08-19 Fir de Conversatie Tony Mechelynck
On Sun, Aug 19, 2018 at 10:38 AM, Axel Bender wrote: > Probably correlated with this patch (did not bisect, but must have happened > between 292 and 296 inclusively), but the following command stopped to work > for me on Windows: > > gvim.exe --servername GVX --remote-silent +"silent! bwipeout

Re: Patch 8.1.0294

2018-08-19 Fir de Conversatie Axel Bender
Probably correlated with this patch (did not bisect, but must have happened between 292 and 296 inclusively), but the following command stopped to work for me on Windows: gvim.exe --servername GVX --remote-silent +"silent! bwipeout 1" "" The command fails silently... -- -- You received