Re: [patch] fixed access to free memory when exiting Vim

2011-11-26 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: When building Vim-7.3.353 (huge) with -DEXITFREE, I see that free memory is used when when quiting Vim: ==17154== Invalid read of size 4 ==17154==at 0x8059057: buf_freeall (buffer.c:570) ==17154==by 0x8059A77: close_buffer (buffer.c:418) ==17154==by

Re: [PATCH] misplaced 'else' makes mouse disabled first when in tmux

2011-11-26 Fir de Conversatie Bram Moolenaar
lilydjwg wrote: On Tue, Nov 08, 2011 at 07:51:26PM -0600, Sung Pae wrote: On Wed, Oct 26, 2011 at 11:42:17PM +0800, lilydjwg wrote: Sorry my patch is wrong. After applied patch 343, when I enter Vim, the mouse is not recognized by vim. Setting 'ttymouse' to 'xterm' or 'xterm2'

Re: Patch for typo in doc/syntax.txt

2011-11-26 Fir de Conversatie Bram Moolenaar
Peter Odding wrote: Please see the attached patch for a simple typo in doc/syntax.txt (`next' should be `text'). Also I'm wondering if patches are supposed to change the Last change: date in the header of the help file? Thanks for the fix, I'll include it. You don't need to update the

Re: [patch] Bug with :g command and folded lines

2011-11-26 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: I just noticed there is an error when using :g command with folded lines. take this file: #v+ ~$ cat vim_bug.txt 1 1 2 2 1 1 1 1 vim:fdm=expr fdl=0 fde=getline(v\:lnum)==1 ~$ vim -u NONE -U NONE -N -i NONE -c 'folddoclosed m$' vim_bug.txt E315: ml_get: