Re: patch to fix memory leak in gp and gP commands

2007-11-25 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: Valgrind memory checker detects the following memory leak in vim: ==17553== 48 bytes in 3 blocks are definitely lost in loss record 21 of 42 ==17553==at 0x4022765: malloc (vg_replace_malloc.c:149) ==17553==by 0x8112A04: lalloc (misc2.c:857) ==17553==by

Documentation error for :sort

2007-11-25 Fir de Conversatie Ben Schmidt
:help :sort|/first number The documentation reads To sort on the first number in the line, no matter what is in front of it: :sort /.*\ze\d/ which is clearly wrong. As * is greedy, this actually sorts on the last

Documentation error for :sort

2007-11-25 Fir de Conversatie Ben Schmidt
:help :sort|/first number The documentation reads To sort on the first number in the line, no matter what is in front of it: :sort /.*\ze\d/ which is clearly wrong. As * is greedy, this actually sorts on the last

Bug with )

2007-11-25 Fir de Conversatie Ben Schmidt
[Didn't get any acknowledgement of this; resending. For the to do list perhaps, Bram?] vim -u NONE iA sentence.Esc) The cursor is placed beyond end of line despite virtualedit being blank. Ben. Send instant messages to your online friends http://au.messenger.yahoo.com

Re: Trial patch for variable tabstops

2007-11-25 Fir de Conversatie Mark Waggoner
On 10/27/07, Matthew Winn [EMAIL PROTECTED] wrote: On Sat, 27 Oct 2007 13:45:46 +1000, Ben Schmidt [EMAIL PROTECTED] wrote: Here's another version of the variable tabstop patch. I've made it a feature (FEAT_VARTABS) that is only compiled in for big and huge Vims. The variable