Re: Patch 8.1.1270

2019-05-04 Fir de Conversatie John Marriott
On 05-May-2019 05:09, Bram Moolenaar wrote: Patch 8.1.1270 Problem:Cannot see current match position. Solution: Show "3/44" when using the "n" command and "S" is not in 'shortmess'. (Christian Brabandt, closes #4317) Files: runtime/doc/options.txt,

Patch 8.1.1270

2019-05-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.1270 Problem:Cannot see current match position. Solution: Show "3/44" when using the "n" command and "S" is not in 'shortmess'. (Christian Brabandt, closes #4317) Files: runtime/doc/options.txt, runtime/doc/pattern.txt, src/option.c, src/option.h,

Patch 8.1.1269

2019-05-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.1269 Problem:MS-Windows GUI: multibyte chars with a 0x80 byte do not work when compiled with VIMDLL. Solution: Adjust the condition for fixing the input buffer. (Ken Takata, closes #4330) Files: src/getchar.c *** ../vim-8.1.1268/src/getchar.c

Patch 8.1.1268

2019-05-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.1268 Problem:Map completion test fails in GUI. Solution: Skip the test that fails. Files: src/testdir/test_cmdline.vim *** ../vim-8.1.1267/src/testdir/test_cmdline.vim2019-05-03 21:10:32.261521512 +0200 --- src/testdir/test_cmdline.vim2019-05-04

Patch 8.1.1267

2019-05-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.1267 Problem:Cannot check if GPM mouse support is working. Solution: Add the "mouse_gpm_enable" feature. Files: src/evalfunc.c, src/os_unix.c, src/proto/os_unix.pro, runtime/doc/eval.txt *** ../vim-8.1.1266/src/evalfunc.c 2019-05-04 15:47:25.629423511

Patch 8.1.1266

2019-05-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.1266 Problem:Winbar test doesn't test enough. Solution: Check that the WinBar actually shows up. Correct check for clicks with no effect. (Ben Jackson, closes #4338) Files: src/testdir/test_winbar.vim *** ../vim-8.1.1265/src/testdir/test_winbar.vim 2019-05-04

Patch 8.1.1265

2019-05-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.1265 Problem:When GPM mouse support is enabled double clicks in xterm do not work. Solution: Use KS_GPM_MOUSE for GPM mouse events. Files: src/term.c, src/os_unix.c, src/keymap.h *** ../vim-8.1.1264/src/term.c 2019-05-03 21:10:32.261521512 +0200 --- src/term.c

Patch 8.1.1264

2019-05-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.1264 Problem:Crash when closing window from WinBar click. (Ben Jackson) Solution: Check that window pointer is still valid. (closes #4337) Files: src/menu.c *** ../vim-8.1.1263/src/menu.c 2019-04-24 23:08:20.078079973 +0200 --- src/menu.c 2019-05-04 16:52:16.192216117

Re: Found errors in Test_term_mouse_double_click_to_create_tab():

2019-05-04 Fir de Conversatie Bram Moolenaar
Elimar Riesebieter wrote: > * Bram Moolenaar [2019-05-04 14:05 +0200]: > > > > > Dominique wrote: > > > Bram Moolenaar wrote: > > > > > > > Elimar Riesebieter wrote: > > > > > > > > > compiling v8.1.1250 within a remote tmux session I get: > > > > > > > > > > Found errors in

Patch 8.1.1263

2019-05-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.1263 Problem:Mouse clicks in WinBar not tested. Solution: Add a test for clicking on the WinBar entries. Files: src/testdir/test_winbar.vim *** ../vim-8.1.1262/src/testdir/test_winbar.vim 2017-09-16 22:04:33.0 +0200 --- src/testdir/test_winbar.vim 2019-05-04

Patch 8.1.1262

2019-05-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.1262 Problem:Cannot simulate a mouse click in a test. Solution: Add test_setmouse(). Files: src/evalfunc.c, runtime/doc/eval.txt, runtime/doc/usr_41.txt *** ../vim-8.1.1261/src/evalfunc.c 2019-05-02 23:00:19.223658473 +0200 --- src/evalfunc.c 2019-05-04

Re: Found errors in Test_term_mouse_double_click_to_create_tab():

2019-05-04 Fir de Conversatie Elimar Riesebieter
* Bram Moolenaar [2019-05-04 14:05 +0200]: > > Dominique wrote: > > Bram Moolenaar wrote: > > > > > Elimar Riesebieter wrote: > > > > > > > compiling v8.1.1250 within a remote tmux session I get: > > > > > > > > Found errors in Test_term_mouse_double_click_to_create_tab(): > > > > function

Patch 8.1.1261

2019-05-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.1261 Problem:No error for quickfix commands with negative range. Solution: Add ADDR_UNSIGNED and use it for quickfix commands. Make assert_fails() show the command if the error doesn't match. Files: src/ex_cmds.h, src/ex_docmd.c, src/testdir/test_quickfix.vim,

Re: Patch 8.1.1256

2019-05-04 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > On Fri, May 3, 2019 at 12:56 PM Bram Moolenaar wrote: > > > > Patch 8.1.1256 > > Problem:Cannot navigate through errors relative to the cursor. > > Solution: Add :cabove, :cbelow, :labove and :lbelow. (Yegappan Lakshmanan, > > closes #4316) > > Files:

Patch 8.1.1260

2019-05-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.1260 Problem:Comparing with pointer instead of value. Solution: Add a "*". (Ken Takata, closes #4336) Files: src/usercmd.c *** ../vim-8.1.1259/src/usercmd.c 2019-05-03 23:15:34.048180407 +0200 --- src/usercmd.c 2019-05-04 12:39:19.015471736 +0200

Re: Found errors in Test_term_mouse_double_click_to_create_tab():

2019-05-04 Fir de Conversatie Bram Moolenaar
Dominique wrote: > Bram Moolenaar wrote: > > > Elimar Riesebieter wrote: > > > > > compiling v8.1.1250 within a remote tmux session I get: > > > > > > Found errors in Test_term_mouse_double_click_to_create_tab(): > > > function RunTheTest[40]..Test_term_mouse_double_click_to_create_tab line >

Re: Found errors in Test_term_mouse_double_click_to_create_tab():

2019-05-04 Fir de Conversatie Elimar Riesebieter
* Dominique Pellé [2019-05-04 08:46 +0200]: > Bram Moolenaar wrote: > > > Elimar Riesebieter wrote: > > > > > compiling v8.1.1250 within a remote tmux session I get: > > > > > > Found errors in Test_term_mouse_double_click_to_create_tab(): > > > function

Re: Found errors in Test_term_mouse_double_click_to_create_tab():

2019-05-04 Fir de Conversatie Dominique Pellé
Bram Moolenaar wrote: > Elimar Riesebieter wrote: > > > compiling v8.1.1250 within a remote tmux session I get: > > > > Found errors in Test_term_mouse_double_click_to_create_tab(): > > function RunTheTest[40]..Test_term_mouse_double_click_to_create_tab line > > 38: ttymouse=xterm2: Expected 32