Patch 8.0.0536

2017-04-02 Thread Bram Moolenaar
Patch 8.0.0536 Problem:Quickfix window not updated when freeing quickfix stack. Solution: Update the quickfix window. (Yegappan Lakshmanan) Files: src/quickfix.c, src/testdir/test_quickfix.vim *** ../vim-8.0.0535/src/quickfix.c 2017-03-29 14:19:21.882199174 +0200 --- src/quickfix

Re: Deleting a quickfix or location list

2017-04-02 Thread Bram Moolenaar
Yegappan wrote: > >> >> When developing additional tests for the quickfix functionality, > >> >> I found that some part of the code checks whether the quickfix > >> >> or location list stack is empty. To test for these conditions, we > >> >> need a function to delete the quickfix and location lis

Patch 8.0.0537

2017-04-02 Thread Bram Moolenaar
Patch 8.0.0537 Problem:Illegal memory access with :z and large count. Solution: Check for number overflow, using long instead of int. (Dominique Pelle, closes #1612) Files: src/Makefile, src/ex_cmds.c, src/testdir/test_alot.vim, src/testdir/test_ex_z.vim *** ..

Patch 8.0.0538

2017-04-02 Thread Bram Moolenaar
Patch 8.0.0538 Problem:No test for falling back to default term value. Solution: Add a test. Files: src/testdir/test_startup.vim *** ../vim-8.0.0537/src/testdir/test_startup.vim2017-03-27 23:02:03.392337316 +0200 --- src/testdir/test_startup.vim2017-04-02 16:52:35.528

Patch 8.0.0539

2017-04-02 Thread Bram Moolenaar
Patch 8.0.0539 (after 8.0.0538) Problem:Startup test fails on Mac. Solution: Use another term name, "unknown" is known. Avoid a 2 second delay. Files: src/testdir/test_startup.vim, src/main.c, src/proto/main.pro, src/term.c *** ../vim-8.0.0538/src/testdir/test_startup.vim

8.0.539 has test failure on macOS 10.12.4

2017-04-02 Thread Manuel Ortega
Test results: ALL DONE gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1-o objects/json_test.o json_test.c In file included from json_test.c:19: ./main.c:1021:12: error: use of undeclared identifier 'params' return params.not_a_term;

Patch 8.0.0540

2017-04-02 Thread Bram Moolenaar
Patch 8.0.0540 (after 8.0.0540) Problem:Building unit tests fails. Solution: Move params outside of #ifdef. Files: src/main.c, src/message_test.c *** ../vim-8.0.0539/src/main.c 2017-04-02 17:21:09.890069493 +0200 --- src/main.c 2017-04-02 18:04:03.257961554 +0200 *** ***

[bug] Test_edit_complete_very_long_name() fails when running tests from xfce4-terminal

2017-04-02 Thread Dominique Pellé
Hi Running "make test" with vim-8.0.540 on xubuntu-14.04 x86_64 stops during the test and even closes all my terminal windows!? It's rather strange and dangerous that all terminals are closed. Same bug also happens on xubuntu-16.04 x86. It happens all the time. Running a single test "cd vim; mak

Re: [bug] Test_edit_complete_very_long_name() fails when running tests from xfce4-terminal

2017-04-02 Thread Dominique Pellé
On Sun, Apr 2, 2017 at 9:28 PM, Dominique Pellé wrote: > Hi > > Running "make test" with vim-8.0.540 > on xubuntu-14.04 x86_64 stops during the > test and even closes all my terminal windows!? > It's rather strange and dangerous that all > terminals are closed. > > Same bug also happens on xubuntu