Test fails in the normal build but passes in the huge build

2019-11-30 Fir de Conversatie Yegappan Lakshmanan
Hi all, In the PR 5296, I have added some tests for the register related functionality. One of the test fails in the normal build but passes in the huge build. The test is below: new let @" = 'xyz' set virtualedit=all call append(0, "a\tb") call cursor(1, 2, 6) normal p call assert_

doc: Fix typos in version8.txt

2019-11-30 Fir de Conversatie Ken Takata
Hi, I found some typos in version8.txt. Please check the attached patch. Regards, Ken Takata -- -- 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 information, visit http://www.vim.org/maillist.php --- You r

Re: Patch 8.1.2371

2019-11-30 Fir de Conversatie John Marriott
On 01-Dec-2019 09:30, John Marriott wrote: On 01-Dec-2019 08:48, Bram Moolenaar wrote: Patch 8.1.2371 Problem:    FEAT_TEXT_PROP is a confusing name. Solution:   Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes #5291) Files:    runtime/doc/popup.txt, src/beval.c, src/buffer.c, src/change.c

RFE: update |+feature-list| to mark features no longer supported

2019-11-30 Fir de Conversatie Tony Mechelynck
Some features, which are no longer supported, are listed under |+feature-list| as if they were: for instance +farsi is listed as B and +tag_old_static is listed as N. I suggest adding an additional symbol in the left margin for "never (no longer supported)" (I propose a dash, which would rank after

Re: Patch 8.1.2371

2019-11-30 Fir de Conversatie John Marriott
On 01-Dec-2019 08:48, Bram Moolenaar wrote: Patch 8.1.2371 Problem:FEAT_TEXT_PROP is a confusing name. Solution: Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes #5291) Files: runtime/doc/popup.txt, src/beval.c, src/buffer.c, src/change.c, src/drawline.c, src/drawscreen.c,

Patch 8.1.2372

2019-11-30 Fir de Conversatie Bram Moolenaar
Patch 8.1.2372 Problem:VMS: failing realloc leaks memory. (Chakshu Gupta) Solution: Free the memory. (partly fixes #5292) Files: src/os_vms.c *** ../vim-8.1.2371/src/os_vms.c2019-11-30 22:38:11.913921804 +0100 --- src/os_vms.c2019-11-30 22:56:56.500823914 +0100 **

Patch 8.1.2371

2019-11-30 Fir de Conversatie Bram Moolenaar
Patch 8.1.2371 Problem:FEAT_TEXT_PROP is a confusing name. Solution: Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes #5291) Files: runtime/doc/popup.txt, src/beval.c, src/buffer.c, src/change.c, src/drawline.c, src/drawscreen.c, src/edit.c, src/eval.c, src/evalbu

Patch 8.1.2370

2019-11-30 Fir de Conversatie Bram Moolenaar
Patch 8.1.2370 Problem:Build problems on VMS. Solution: Adjust the build file. (Zoltan Arpadffy) Files: src/Make_vms.mms, src/os_unix.c, src/os_vms.c, *** ../vim-8.1.2369/src/Make_vms.mms2019-11-21 17:34:46.289648736 +0100 --- src/Make_vms.mms2019-11-30 22:33:29.639209283 +01

Patch 8.1.2369

2019-11-30 Fir de Conversatie Bram Moolenaar
Patch 8.1.2369 Problem:Cannot build with quickfix and without text properties. Solution: Fix typo. (Naruhiko Nishino) Files: src/popupmenu.c *** ../vim-8.1.2368/src/popupmenu.c 2019-11-21 13:27:02.104312710 +0100 --- src/popupmenu.c 2019-11-30 20:56:16.273919365 +0100 ***

Patch 8.1.2367

2019-11-30 Fir de Conversatie Bram Moolenaar
Patch 8.1.2367 Problem:Registers are not sufficiently tested. Solution: Add a few more test cases. (Yegappan Lakshmanan, closes #5288) Files: src/testdir/test_registers.vim *** ../vim-8.1.2366/src/testdir/test_registers.vim 2019-10-24 20:16:56.117110116 +0200 --- src/testdir/te

Patch 8.1.2365

2019-11-30 Fir de Conversatie Bram Moolenaar
Patch 8.1.2365 Problem:Missing tests for recent popupwin changes. Solution: Add test cases. Files: src/testdir/test_popupwin.vim *** ../vim-8.1.2364/src/testdir/test_popupwin.vim 2019-11-21 12:12:07.921993053 +0100 --- src/testdir/test_popupwin.vim 2019-11-30 14:08:03.76

Patch 8.1.2364

2019-11-30 Fir de Conversatie Bram Moolenaar
Patch 8.1.2364 Problem:Termwinscroll test is flaky on FreeBSD. Solution: Add to list of flaky tests. Rename function. Files: src/testdir/runtest.vim, src/testdir/test_terminal.vim *** ../vim-8.1.2363/src/testdir/runtest.vim 2019-11-22 22:21:56.702841558 +0100 --- src/testdir/ru

Patch 8.1.2363

2019-11-30 Fir de Conversatie Bram Moolenaar
Patch 8.1.2363 Problem:ml_get error when accessing Visual area in 'statusline'. Solution: Disable Visual mode when using another window. (closes #5278) Files: src/testdir/test_statusline.vim, src/buffer.c *** ../vim-8.1.2362/src/testdir/test_statusline.vim 2019-05-23 22:11:56.28

Patch 8.1.2362

2019-11-30 Fir de Conversatie Bram Moolenaar
Patch 8.1.2362 Problem:Cannot place signs in a popup window. (Maxim Kim) Solution: Use the group prefix "PopUp" to specify which signs should show up in a popup window. (closes #5277) Files: runtime/doc/sign.txt, src/popupwin.c, src/sign.c, src/testdir/dumps/Tes

Re: Patch 8.1.2352 is not mentioned in version.c (at least on the Mercurial mirror)

2019-11-30 Fir de Conversatie Bram Moolenaar
Tony wrote: > Patch 8.1.2352 is not mentioned in src/version.c. This is not really a > problem, since this patch touches only .cirrus.yml and README.md, so > it affects neither the Vim executable nor even the runtime files; but > a Vim built from a repository containing that patch will have (for