GTK vs. Gnome

2006-06-20 Thread A.J.Mechelynck
In *gui_x11.txt* For Vim version 7.0. Last change: 2006 Apr 30 at lines 409-410, there is: --8<-- GNOME is automatically compiled with if it was found by configure. (FIXME: Is this still true? Use --enable-gnome-check to force it to.) -->8-- Experiment shows th

tab split scrolling problem

2006-06-20 Thread mzyzik
All, I mentioned this problem once on the list before; however, the issue wasn't reproducible. Now I found a way to consistently reproduce it. 1. Open a new plain vim in a terminal. 2. ":h" to open a help window. 3. ":wincmd o" to close all other windows except the help window. 4. "G" to go to th

how to find dict corruption?

2006-06-20 Thread Eric Arnold
I've added a v:variable which is a dict type. When I set it in a script, and echo it, everything is fine: let v:timertable[ 'TstTimer' ] = 1000 echo string( v:timertable ) However, it is trashed (garbage in the hash table) by the next time I access it later in the Vim C code. Can anybody give

Patch 7.0.022

2006-06-20 Thread Bram Moolenaar
Patch 7.0.022 Problem:Using buffer.append() in Ruby may append the line to the wrong buffer. (Alex Norman) Solution: Properly switch to the buffer to do the appending. Also for buffer.delete() and setting a buffer line. Files: src/if_ruby.c *** ../vim-7.0.021/

Patch 7.0.021

2006-06-20 Thread Bram Moolenaar
Patch 7.0.021 Problem:Crash when using "\\[" and "\\]" in 'errorformat'. (Marc Weber) Solution: Check for valid submatches after matching the pattern. Files: src/quickfix.c *** ../vim-7.0.020/src/quickfix.c Wed May 3 23:23:30 2006 --- src/quickfix.c Tue Jun 20 17:04:20 200

Patch 7.0.020

2006-06-20 Thread Bram Moolenaar
Patch 7.0.020 Problem:Crash when using 'mousefocus'. (William Fulton) Solution: Make buffer for mouse coordinates 2 bytes longer. (Juergen Weigert) Files: src/gui.c *** ../vim-7.0.019/src/gui.cSat May 13 12:15:09 2006 --- src/gui.c Tue Jun 20 16:27:02 2006 *** *** 45

Patch 7.0.019

2006-06-20 Thread Bram Moolenaar
Patch 7.0.019 Problem:Repeating "VjA789" may cause a crash. (James Vega) Solution: Check the cursor column after moving it to another line. Files: src/ops.c *** ../vim-7.0.018/src/ops.cSun Apr 30 20:45:12 2006 --- src/ops.c Tue Jun 20 12:49:46 2006 *** *** 2413,2418

Re: [PATCH] rubycomplete update - fixes the security issue

2006-06-20 Thread Bram Moolenaar
Mark Guzman wrote: > The attached patches update rubycomplete to match the vim-ruby version. > This adds a few features and no longer defaults to loading code from the > current buffer. > > One patch handles the rubycomplete changes, the other updates the > documentation to match the changed fun

Re: Minor bug: Crash of the win32 gui version under network start

2006-06-20 Thread Anatoli Sakhnik
I guess you have reason, because the vim compiled by vc-7.1 works just fine without any trouble. Anyway, I have neither possibility nor time to dig into the problem. -- Anatoli Sakhnik On 16/06/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: Strange. I didn't see any replies and I also haven't h