[patch] fixed access to free mem when closing [Comand Line] window with :setlocal bh=wipe

2010-02-28 Fir de Conversatie Dominique Pellé
Hi Vim-7.2.377 is using free memory when closing the [Command Line] window and when 'bufhidden' option is set to 'wipe': ==10070== Invalid read of size 4 ==10070==at 0x80532A0: close_buffer (buffer.c:330) ==10070==by 0x80BC21F: ex_window (ex_getln.c:6254) ==10070==by 0x80B395A:

Re: Impossible to resize windows with mouse when command line opened

2010-02-28 Fir de Conversatie Bram Moolenaar
Jean Johner wrote: On Feb 27, 1:54 pm, Bram Moolenaar b...@moolenaar.net wrote: If I understand you correctly, that's the selection mechanism that lets you copy text from the screen to the command you are typing. Hello Bram, What I wanted to say is that the present behaviour is not

Re: [patch] fixed access to free mem when closing [Comand Line] window with :setlocal bh=wipe

2010-02-28 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: Vim-7.2.377 is using free memory when closing the [Command Line] window and when 'bufhidden' option is set to 'wipe': ==10070== Invalid read of size 4 ==10070==at 0x80532A0: close_buffer (buffer.c:330) ==10070==by 0x80BC21F: ex_window (ex_getln.c:6254)

Build error about --with-tlib

2010-02-28 Fir de Conversatie Suresh Govindachar
Hello, How would I fix the following error message I get when tying to build vim on fedora core 8 linux (#1 SMP Thu Dec 18 19:19:45 EST 2008 i686 i686 i386 GNU/Linux), using the vim72 sources?: checking whether time.h and sys/time.h may both be included... yes checking for ino_t... yes

Re: Build error about --with-tlib

2010-02-28 Fir de Conversatie Benjamin R. Haskell
On Sun, 28 Feb 2010, Suresh Govindachar wrote: Hello, How would I fix the following error message I get when tying to build vim on fedora core 8 I responded in your other thread, but it was delayed in a mail queue. Should have gone through now. -- Ben -- You received this message

RE: Build error about --with-tlib

2010-02-28 Fir de Conversatie Suresh Govindachar
On the vim user mailing list, Benjamin R. Haskell explained the issue: On Sat, 27 Feb 2010, Suresh Govindachar wrote: [...] I tried 3 ways to install vim-with-everything on Fedora Core 8, but failed: Attempt 1) vim-7.2.tar.bz2 - typing make resulted in the following

vim 7.2.376 builds fine with MinGW and ruby support

2010-02-28 Fir de Conversatie Cesar Romani
With the following patch for Make_ming.mak, vim 7.2.376 builds fine for ruby 1.8.6 and even for ruby 1.9.1 with DYNAMIC_RUBY=yes For Make_cyg.mak and Make_mvc.mak, it could be possible to make a similar change. --- Make_ming.old.mak 2010-02-20 17:47:22 -0500 +++

Re: Any limitation of autocmd when the bufdo is processing ?

2010-02-28 Fir de Conversatie winterTTr
On Fri, Feb 26, 2010 at 3:41 PM, winterTTr winterttr@gmail.com wrote: Actually, i meet a problem like below. I tried to update a specific unlisted buffer every time the BufEnter event happens. the Code like below( just an example, not the real code ): I am trying to use the set