Re: [bug] read heap overflow in do_pending_operator()

2016-09-08 Fir de Conversatie Dominique Pellé
Dominique Pellé wrote: > Hi > > Here is one more bug found by afl-fuzz in vim-7.4.2330 > an older: > > $ cat bug.vim > new > call append(0, [" a", "b"]) > norm kVdggViw > bw! > %d > > $ valgrind --num-callers=20 vim -u NONE -S bug.vim -c q 2> log > > $ cat log > ==7787== Memcheck, a memory error

Re: callback is not called when job exit immediately.

2016-09-08 Fir de Conversatie mattn
okay, will look into it soon. -- -- 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 received this message because you are subscribed to the Google

Patch 7.4.2347

2016-09-08 Fir de Conversatie Bram Moolenaar
Patch 7.4.2347 Problem:Crash when closing a buffer while Visual mode is active. (Dominique Pelle) Solution: Adjust the position before computing the number of lines. When closing the current buffer stop Visual mode. Files: src/buffer.c, src/normal.c,

Re: [patch] fixed crash: do_put() calls STRLEN with NULL pointer

2016-09-08 Fir de Conversatie Bram Moolenaar
Dominique wrote: > The attached bug.vim script causes a crash in Vim-7.4.2343: > > $ vim -u NONE -N -S bug.vim > Vim: Caught deadly signal SEGV > Segmentation fault (core dumped) > > The crash was introduced by recent patch Vim-7.4.2326: > > === > commit

Patch 7.4.2346

2016-09-08 Fir de Conversatie Bram Moolenaar
Patch 7.4.2346 Problem:Autocommand test fails when run directly, passes when run as part of test_alot. Solution: Add command to make the cursor move. Close a tab page. Files: src/testdir/test_autocmd.vim *** ../vim-7.4.2345/src/testdir/test_autocmd.vim2016-09-06

Re: [vim/vim] Add columnspace option (#1011)

2016-09-08 Fir de Conversatie 'Andy Wokula' via vim_dev
Am 08.09.2016 um 16:41 schrieb Christian Brabandt (Vim Github Repository): what problem does this solve? Probably the same problem partly solved with 'linespace'. -- Andy -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are

Re: some improvements for feedkeys()

2016-09-08 Fir de Conversatie 'Andy Wokula' via vim_dev
Am 06.09.2016 um 20:42 schrieb Christian Brabandt: Bram, if in a test we do this: call feedkeys('d1', 'x!') call feedkeys('2l', 'x') Vim will stay in the first feedkeys() call and wait for input. I'd like to have feedkeys() return after CursorHold triggered, You say Vim waits for

Re: [vim/vim] Static analysis report (#1049)

2016-09-08 Fir de Conversatie Dominique Pellé
Bram Moolenaar wrote: > This is not in a useful format. The format looks OK to me. Just unzip the file and open the index.html file in a browser. I have not had the time to look at the reports yet though, but I will look later. Dominique -- -- You received this

Re: callback is not called when job exit immediately.

2016-09-08 Fir de Conversatie Bram Moolenaar
I wrote: > Yasuhiro Matsumoto wrote: > > > behavior is I expected. but tests are failing with my patch. > > > > From test_channel.vim: > > Found errors in Test_out_close_cb(): > > function RunTheTest[9]..Test_out_close_cb line 26: Expected 2 but got 0 > > Found errors in

Re: Patch 7.4.2340

2016-09-08 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2016/9/7 Wed 17:45:36 UTC+9 Bram Moolenaar wrote: > > Ken Takata wrote: > > > > > 2016/9/7 Wed 5:07:10 UTC+9 Bram Moolenaar wrote: > > > > Patch 7.4.2340 > > > > Problem:MS-Windows: Building with Ruby uses old version. > > > > Solution: Update to 2.2.X. Use clearer

Re: [doc][patch] trivial fix

2016-09-08 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > Here is a trivial fix for the document: > > --- a/runtime/doc/version8.txt > +++ b/runtime/doc/version8.txt > @@ -6109,7 +6109,7 @@ Files: src/eval.c > > Patch 7.4.951 > Problem:Sorting number strings does not work as expected. (Luc Hermitte) > -Solution: Add

Patch 7.4.2345

2016-09-08 Fir de Conversatie Bram Moolenaar
Patch 7.4.2345 (after 7.4.2340) Problem:For MinGW RUBY_API_VER_LONG isn't set correctly. Many default version numbers are outdated. Solution: Set RUBY_API_VER_LONG to RUBY_VER_LONG. Use latest stable releases for defaults. (Ken Takata) Files:

Re: [patch] :make doesn't support encoding conversion

2016-09-08 Fir de Conversatie Ken Takata
Hi, 2016/9/7 Wed 3:08:50 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > 2016/8/23 Tue 20:00:50 UTC+9 Ken Takata wrote: > > > Hi Bram, > > > > > > 2016/8/22 Mon 2:29:28 UTC+9 Bram Moolenaar wrote: > > > > Ken Takata wrote: > > > > > > > > > > > > > I wrote a patch for the following todo

Re: Patch 7.4.2340

2016-09-08 Fir de Conversatie Ken Takata
Hi Bram, 2016/9/7 Wed 17:45:36 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > 2016/9/7 Wed 5:07:10 UTC+9 Bram Moolenaar wrote: > > > Patch 7.4.2340 > > > Problem:MS-Windows: Building with Ruby uses old version. > > > Solution: Update to 2.2.X. Use clearer name for the API version.

[doc][patch] trivial fix

2016-09-08 Fir de Conversatie Ken Takata
Hi Bram, Here is a trivial fix for the document: --- a/runtime/doc/version8.txt +++ b/runtime/doc/version8.txt @@ -6109,7 +6109,7 @@ Files: src/eval.c Patch 7.4.951 Problem:Sorting number strings does not work as expected. (Luc Hermitte) -Solution: Add the 'N" argument to sort()

Re: YML formatting inconsistent bug

2016-09-08 Fir de Conversatie Christian Brabandt
Am 2016-09-08 14:28, schrieb Kai Hendry: Bizarrely 7.4.2334 seems to fix the issue. I did report the issue to the script writers but they never responded btw. Surely in future Github is a better bet? https://github.com/vim/vim/issues?utf8=%E2%9C%93=is%3Aissue%20is%3Aopen%20yml For runtime

Re: YML formatting inconsistent bug

2016-09-08 Fir de Conversatie Kai Hendry
Bizarrely 7.4.2334 seems to fix the issue. I did report the issue to the script writers but they never responded btw. Surely in future Github is a better bet? https://github.com/vim/vim/issues?utf8=%E2%9C%93=is%3Aissue%20is%3Aopen%20yml -- -- You received this message from the "vim_dev"

Re: Erroneous positioning of cursor with multibyte characters

2016-09-08 Fir de Conversatie Eric Pruitt
On Thu, Sep 08, 2016 at 07:51:20AM +0200, Tony Mechelynck wrote: > In gvim, I see this glyph centered over two screen cells, and my > 'guifont' is set to "Bitstream Vera Sans Mono 8"; however, it is a > GTK3/pangocairo build and it will look up other font faces of the same > height and width if