RE: Win64-related patches

2007-02-13 Thread Michael Wookey
> One bug that I didn't fix. Build gvim.exe with OLE=no, run 'gvim -register', > and watch it crash while trying to display an error message. This seems to fix the bug... Index: src/message.c === --- src/message.c (revision 212

RFC: use hunspell dictionaries

2007-02-13 Thread Karsten Hopp
Hello, Caolan McNamara wrote a patch for vim-7 to use hunspell dictionaries directly. This allows us to use one single set of dictionaries for OpenOffice, maybe firefox/thunderbird and vim. Please have a look at his comments at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=219777 and at

Subject: Re: vim on cygwin using win32 clipboard

2007-02-13 Thread Frodak Baksik
Hi, I realized that I forgot to update the dependency data for winclip.c in makefile. The following is a patch after vim_patch.diff is applied. Index: Makefile === --- Makefile(revision 199) +++ Makefile(working copy) @@ -2

Re: newrw 107 and ':e .'

2007-02-13 Thread Bernhard Walle
* A.J.Mechelynck <[EMAIL PROTECTED]> [2007-02-13 01:40]: > > It's Vim compiled by myself, from no other sources than Bram's official > ones (including 192 "official" patches). Yes, that fixes it, but I don't want to have the new version in /usr/ simply because I have not root access on every mac

Re: newrw 107 and ':e .'

2007-02-13 Thread A.J.Mechelynck
Bernhard Walle wrote: * A.J.Mechelynck <[EMAIL PROTECTED]> [2007-02-13 01:40]: It's Vim compiled by myself, from no other sources than Bram's official ones (including 192 "official" patches). Yes, that fixes it, but I don't want to have the new version in /usr/ simply because I have not root a

Multiple Opens to Write

2007-02-13 Thread Bill McCarthy
Hello Vim Developers, I'm "alpha testing" software for Windows that archives files whenever they are opened for writing. Testing with Gvim, I noticed that the program's log showed multiple "open for write" entries by simply opening a file with Gvim and doing a :wq command. The author of the soft

Modelines: First Form

2007-02-13 Thread Bill McCarthy
Hello Vim Developers, The help files specifies (see :help modeline): - There are two forms of modelines. The first form: [text]{white}{vi:|vim:|ex:}[white]{options} [text] any text or empty {white}

Re: Modelines: First Form

2007-02-13 Thread A.J.Mechelynck
Bill McCarthy wrote: Hello Vim Developers, The help files specifies (see :help modeline): - There are two forms of modelines. The first form: [text]{white}{vi:|vim:|ex:}[white]{options} [text] any text

Re: Modelines: First Form

2007-02-13 Thread Bill McCarthy
On Wed 14-Feb-07 1:30am -0600, A.J.Mechelynck wrote: > Bill McCarthy wrote: >> Most end with a ':' which does not appear to be permitted >> above. > It is. It just adds an empty do-nothing setting at the end. Thanks, Tony, I didn't consider the "do-nothing setting" and didn't read the exception