Patch to add support for parsing lines using setqflist()

2017-07-19 Thread Yegappan Lakshmanan
Hi, I am attaching a patch to add support for parsing lines using 'errorformat' and adding entries to any quickfix/location list in the stack using the setqflist() function. This patch also includes additional tests. - Yegappan -- -- You received this message from the "vim_dev" maillist. Do no

Patch 8.0.0738

2017-07-19 Thread Bram Moolenaar
Patch 8.0.0738 Problem:Cannot use the mouse to resize window while the focus is in a terminal window. Solution: Recognize nice mouse events in the terminal window. A few more fixes for the terminal window. Files: src/terminal.c *** ../vim-8.0.0737/src/terminal

Re: Patch 8.0.0737

2017-07-19 Thread Kazunobu Kuriyama
2017-07-20 2:57 GMT+09:00 Bram Moolenaar : > > Patch 8.0.0737 > Problem:Crash when X11 selection is very big. > Solution: Use static items instead of allocating them. Add callbacks. > (Ozaki Kiichi) > Files: src/testdir/shared.vim, src/testdir/test_quotestar.vim, >

Re: Regression: Patch 7.4.709

2017-07-19 Thread Bram Moolenaar
Andy Wokula wrote: > Looks like Patch 7.4.709 isn't ok yet, even the test is wrong: > >" starting at first tab page (see link): >tabmove 5 >call assert_equal(5, tabpagenr()) > > should be >call assert_equal(6, tabpagenr()) > > because it's supposed to move the tab page to *afte

Regression: Patch 7.4.709

2017-07-19 Thread 'Andy Wokula' via vim_dev
Looks like Patch 7.4.709 isn't ok yet, even the test is wrong: " starting at first tab page (see link): tabmove 5 call assert_equal(5, tabpagenr()) should be call assert_equal(6, tabpagenr()) because it's supposed to move the tab page to *after* tab page number 5; when starting at a hi

Patch 8.0.0737

2017-07-19 Thread Bram Moolenaar
Patch 8.0.0737 Problem:Crash when X11 selection is very big. Solution: Use static items instead of allocating them. Add callbacks. (Ozaki Kiichi) Files: src/testdir/shared.vim, src/testdir/test_quotestar.vim, src/ui.c *** ../vim-8.0.0736/src/testdir/shared.vim

Patch 8.0.0736

2017-07-19 Thread Bram Moolenaar
Patch 8.0.0736 Problem:The OptionSet autocommand event is not triggered when entering diff mode. Solution: use set_option_value() instead of setting the option directly. Change the tests from old to new style. (Christian Brabandt) Files: src/diff.c, src/testdir/M

Patch 8.0.0735

2017-07-19 Thread Bram Moolenaar
Patch 8.0.0735 Problem:There is no way to notice that the quickfix window contents has changed. Solution: Increment b:changedtick when updating the quickfix window. (Yegappan Lakshmanan) Files: runtime/doc/quickfix.txt, src/quickfix.c, src/testdir/tes

Patch 8.0.0734

2017-07-19 Thread Bram Moolenaar
Patch 8.0.0734 Problem:The script to check translations can be improved. Solution: Restore the view when no errors are found. Check for matching line break at the end of the message. (Christian Brabandt) Files: src/po/check.vim *** ../vim-8.0.0733/src/po/check.vim2016

Patch 8.0.0733

2017-07-19 Thread Bram Moolenaar
Patch 8.0.0733 Problem:Can only add entries to one list in the quickfix stack. Solution: Move state variables from qf_list_T to qf_list_T. (Yegappan Lakshmanan) Files: src/quickfix.c *** ../vim-8.0.0732/src/quickfix.c 2017-06-28 21:26:24.122302194 +0200 --- src/quickf

Patch 8.0.0732

2017-07-19 Thread Bram Moolenaar
Patch 8.0.0732 Problem:When updating a buffer for a callback the modeless selection is lost. Solution: Do not insert or delete screen lines when redrawing for a callback and there is a modeless selection. Files: src/screen.c *** ../vim-8.0.0731/src/screen.c

Patch 8.0.0731

2017-07-19 Thread Bram Moolenaar
Patch 8.0.0731 Problem:Cannot build the terminal feature on MS-Windows. Solution: Add the Makefile changes. (Yasuhiro Matsumoto, closes #1851) Files: src/Make_cyg_ming.mak, src/Make_mvc.mak *** ../vim-8.0.0730/src/Make_cyg_ming.mak 2016-12-01 20:37:45.415893903 +0100 --- src/Ma