Re: vim 7.0d segfault while opening .vimrc in cwd

2006-04-11 Thread Stefano Zacchiroli
On Tue, Apr 11, 2006 at 08:00:39PM +0200, Bram Moolenaar wrote: I think this patch should fix it, please verify: The patch indeed fixed the problem. Thanks. -- Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy [EMAIL PROTECTED],debian.org,bononia.it} -%-

[vim 7.0d bug] Gtk asserts errors when hitting F10

2006-04-11 Thread Xavier de Gaye
I am running Vim 7.0d on FC3. 1 - the file 'no_m.vim' contains only the following line where 'm' has been removed from the default guioptions option: set guioptions=agirLtT 2 - run gvim with the following invocation: $ gvim -u no_m.vim -U NONE 3 - hit F10: The following messages are

Re: Vim Job board?

2006-04-11 Thread Hugh Sasse
On Tue, 11 Apr 2006, Matthew Winn wrote: On Mon, Apr 10, 2006 at 09:14:33PM +0200, Bertram Scharpf wrote: first thank you all very much for the backings. I'm on the way losing trust in my own mind. Could this be normal? I've been in two jobs during the past year and not one of

Retry: editing WinXP text files - multibyte?

2006-04-11 Thread Hugh Sasse
Nobody seems to have replied to this, so please excuse me resubmitting it. I've still not found a solution for this, qnd would appreciate some help. Given the Vim Jobs List thread, I'm not the only person trying to use vim effectively on Windows :-) Thank you, Hugh --

Re: vim7: syntax highlighting and visual selections

2006-04-11 Thread Bram Moolenaar
James Oliver wrote: I have tried Vim 7.0c and Vim 7.0d and it's great work, thanks so much to all involved. One difference to Vim 6.4 (from the Debian Etch) I found is the behavior with visual selections. When I selected syntax highlighted text with Vim 6.4 the selected text was

Why does the function go into an infinite cycle?

2006-04-11 Thread Anatoli Sakhnik
Hello! Can anyone tell me what's wrong in the following function. I select something, press \/, enter _graph on the prompt and get another prompt immediately... function! VisualRangeSearch(flags) let pat = input(','/) let s = '\%V'.pat call search(s, a:flags) endf vnoremap Leader/

Re: Retry: editing WinXP text files - multibyte?

2006-04-11 Thread Hugh Sasse
On Tue, 11 Apr 2006, Yakov Lerner wrote: On 4/11/06, Hugh Sasse [EMAIL PROTECTED] wrote: On Tue, 11 Apr 2006, Yakov Lerner wrote: Date: Fri, 7 Apr 2006 12:08:23 +0100 (WEST) From: Hugh Sasse [EMAIL PROTECTED] To: Vim Help list vim@vim.org Subject: editing WinXP text files -