Re: Fedora 13 Gvim popup pops down unless you hold right mouse down?

2010-12-03 Fir de Conversatie H Xu
On 12/04/2010 01:45 AM, H Xu wrote: On Thu, Oct 28, 2010 at 4:58 PM, George Hawkins wrote: Hi there -- I'm using the standard yum installed Gvim on a normal Fedora 13 system running Gnome. For whatever reason I quite like the Windows Gvim arrangement where clicking the right mouse button bri

Re: Vim memory use with long lines

2010-12-03 Fir de Conversatie Bram Moolenaar
John Little wrote: > Over on vim_use, in suggesting a solution to someone who wants to sort > blocks of text by their titles, I ran the following in vim 7.3.55: > > :e $VIMRUNTIME/doc/eval.txt > :save /tmp/eval.txt > :v/^\d\+\. .*\*$/s/$/xyzzy > :g/xyzzy/-j! > > With this vim's heap grew to 512

Vim memory use with long lines

2010-12-03 Fir de Conversatie John Little
Over on vim_use, in suggesting a solution to someone who wants to sort blocks of text by their titles, I ran the following in vim 7.3.55: :e $VIMRUNTIME/doc/eval.txt :save /tmp/eval.txt :v/^\d\+\. .*\*$/s/$/xyzzy :g/xyzzy/-j! With this vim's heap grew to 512 MiB, and my 1 GiB system swapped somew