Re: Windows build issue with (strawberry) perl

2010-02-05 Thread Sergey Khorev
> Does anyone else see this problem? Same issue with Active State's Perl > distro, can Perl 5.10 not be dynamically linked with gVim (on > Windows)? I happened to run on this issue too. It seems Perl 5.10 added a new function thus breaking +perl/dyn build. Attached patch should fix that. -- Ser

Re: gvim crash when launched from eclipse

2010-02-05 Thread Xavier de Gaye
On Thu, Feb 4, 2010 at 8:58 PM, Eric Van Dewoestine wrote: > > I'm able to reliably reproduce the crash with the latest vim sources > (7.2.356) using the following steps: > > 1. open a file in eclipse using an embedded gvim instance (same issue > occurs launching an external instance which also c

Re: Patch 7.2.356

2010-02-05 Thread Chris Sutcliffe
> The original problem may have been solved, but take a look at this > current vim_use thread. A new one seems to have popped up: > > http://groups.google.com/group/vim_use/browse_thread/thread/9f4c69b6693e8838 Additionally, now doing a refresh with Ctrl-L also causes all the folds to collapse (wh

Unintentional behavior of i< and a< text objects?

2010-02-05 Thread Ben Fritz
I was editing a mapping I have that starts with , and wanted to change it to just . So, I put my cursor on the first '-' and typed, da< hoping to delete just . I discovered that the backslash acts as an escape character for the text object, and I ended up deleting most of my buffer (until it found

Re: Unintentional behavior of i< and a< text objects?

2010-02-05 Thread James Vega
On Fri, Feb 5, 2010 at 10:12 AM, Ben Fritz wrote: > I was editing a mapping I have that starts with , and wanted > to change it to just . So, I put my cursor on the first '-' and > typed, da< hoping to delete just . I discovered that the > backslash acts as an escape character for the text object,

Re: gvim crash when launched from eclipse

2010-02-05 Thread Eric Van Dewoestine
On Fri, Feb 05, 2010 at 01:06:35PM +0100, Xavier de Gaye wrote: > On Thu, Feb 4, 2010 at 8:58 PM, Eric Van Dewoestine wrote: > > > > I'm able to reliably reproduce the crash with the latest vim sources > > (7.2.356) using the following steps: > > > > 1. open a file in eclipse using an embedded gvim

[patch] fixed discrepancies in runtime/doc/messages.txt

2010-02-05 Thread Dominique Pellé
Hi I noticed a couple of discrepancies between the error messages in ":help message.txt" and the actual messages in po files or in source code. Attached patch fixes the documentation. Regards -- Dominique -- You received this message from the "vim_dev" maillist. For more information, visit htt

Re: Windows build issue with (strawberry) perl

2010-02-05 Thread Bram Moolenaar
Sergey khorev wrote: > > Does anyone else see this problem? Same issue with Active State's Perl > > distro, can Perl 5.10 not be dynamically linked with gVim (on > > Windows)? > > I happened to run on this issue too. It seems Perl 5.10 added a new > function thus breaking +perl/dyn build. Attach

Re: guidecolumn/margincolumn patch

2010-02-05 Thread Dominique Pellé
Gregor Uhlenheuer wrote: > BTW, I am new to mercurial - is there an easy way to convert the hg > diff into the vim desired 'diff -c' format? I had some trouble to do that. I don't know of a simple way to obtain the "diff -c" format. However, I don't think there is any problem with submitting pat