Sourceforge et. al.

2007-09-19 Fir de Conversatie krischik
Hello, Sometimes I have the wish to collaborate on a Vim Script - or just backup it off site. I my experience SourceForge works quite well for these task. Only: creating a SourceForge Project just for a 3 file Plugin seems wasteful. So my question: Is there a general SourceForge (or similar)

Re: Sourceforge et. al.

2007-09-19 Fir de Conversatie Tony Mechelynck
krischik wrote: Hello, Sometimes I have the wish to collaborate on a Vim Script - or just backup it off site. I my experience SourceForge works quite well for these task. Only: creating a SourceForge Project just for a 3 file Plugin seems wasteful. So my question: Is there a general

Re: Sourceforge et. al.

2007-09-19 Fir de Conversatie krischik
On 19 Sep., 08:41, Tony Mechelynck [EMAIL PROTECTED] wrote: What about the Scripts section of vim.sourceforge.net ? You can upload single-file plugins there as *.vim, or multi-file packages as *.vba, *.tar.gz or *.zip I don't want to replace http://vim.sourceforge.net/scripts/index.php. I am

Re: problem with MacVim

2007-09-19 Fir de Conversatie Nikola Knežević
Today I tried to open a file which I was editing before my OS crashed. There was a .swp file hanging around, and whenever I tried to open that file in GUI Vim, it crashed. After removing the .swp, everything was normal again. On 13 Sep 2007, at 21:52 , Tony Mechelynck wrote: - Does it

Re: Sourceforge et. al.

2007-09-19 Fir de Conversatie hermitte
krischik [EMAIL PROTECTED]: Sometimes I have the wish to collaborate on a Vim Script - or just backup it off site. I my experience SourceForge works quite well for these task. Only: creating a SourceForge Project just for a 3 file Plugin seems wasteful. So my question: Is there a general

Re: Sourceforge et. al.

2007-09-19 Fir de Conversatie krischik
On 19 Sep., 12:09, [EMAIL PROTECTED] wrote: krischik [EMAIL PROTECTED]: Sometimes I have the wish to collaborate on a Vim Script - or just backup it off site. I my experience SourceForge works quite well for these task. Only: creating a SourceForge Project just for a 3 file Plugin

Re: Sourceforge et. al.

2007-09-19 Fir de Conversatie Ingo Karkat
A couple of times, I have sent small patches or enhancements to authors of VIM plugins listed on vim.sourceforge.net, only to receive no answer; probably, those authors have moved on or changed email addresses. That left me without a good option to contribute, as it's not possible to upload a new

--remote-expr useless on Windows.

2007-09-19 Fir de Conversatie krischik
Hello, the following command won't write the result of modified to the file X but display it inside a pop-up window: gvim --nofork --servername 'Eclipse' --remote-expr modified x

Re: --remote-expr useless on Windows.

2007-09-19 Fir de Conversatie krischik
On 19 Sep., 16:25, Tony Mechelynck [EMAIL PROTECTED] wrote: krischik wrote: Hello, the following command won't write the result of modified to the file X but display it inside a pop-up window:

RE: Intro page disappears

2007-09-19 Fir de Conversatie Larson, David
Believe me, I have isolated the problem down to that one line. You probably can't reproduce the problem because you are using a different build than I am (GTK2). From: vim_dev@googlegroups.com on behalf of Santhalus Sent: Wed 9/19/2007 1:23 AM To:

Re: utf-8, strlen(), and virtcol()

2007-09-19 Fir de Conversatie Andy Wokula
Charles E Campbell Jr schrieb: Nikolai Weibull wrote: On 9/19/07, Charles E Campbell Jr [EMAIL PROTECTED] wrote: let x='grün' echo strlen(x)=.strlen(x) Thus, strlen() returns 5, not 4 as one might (sometimes) expect. Here's what I have in one my base library: function

Re: Intro page disappears

2007-09-19 Fir de Conversatie Nikolai Weibull
On 9/19/07, Charles E Campbell Jr [EMAIL PROTECTED] wrote: Larson, David wrote: Believe me, I have isolated the problem down to that one line. You probably can't reproduce the problem because you are using a different build than I am (GTK2). You know, black lettering on a dark blue

RE: Intro page disappears

2007-09-19 Fir de Conversatie Larson, David
I'm terribly sorry, but I have no control of how emails are formatted, because my employer is forcing me to use Outlook Web. Outlook Web will not even allow me to specify that the emails are to be in plain text (and believe me, I have tried hard to do this, I know you guys hate HTML email). On

Re: Sourceforge et. al.

2007-09-19 Fir de Conversatie krischik
On Sep 19, 5:49 pm, Ingo Karkat [EMAIL PROTECTED] wrote: That's exactly my point. Forking on vim.sourceforge.net is painful and confusing to all the users (what, three versions of MyFavoriteScript.vim?!). If the original author finally decides to merge in someone's changes, more email

Re: Sourceforge et. al.

2007-09-19 Fir de Conversatie Santhalus
krischik wrote: On Sep 19, 5:49 pm, Ingo Karkat [EMAIL PROTECTED] wrote: That's exactly my point. Forking on vim.sourceforge.net is painful and confusing to all the users (what, three versions of MyFavoriteScript.vim?!). If the original author finally decides to merge in someone's

Re: Sourceforge et. al.

2007-09-19 Fir de Conversatie Richard Hartmann
On 19/09/2007, krischik [EMAIL PROTECTED] wrote: 1) vim-scripts.sourceforge.net 2) vim-scripts.googlecode.net 3) developer.berlios.de/projects/vim-scripts ;) 1) has become a large corporate monolith 2) has increasing troubles with the whole 'do no evil' thing 3) is a relatively new player and

Re: Sourceforge et. al.

2007-09-19 Fir de Conversatie hermitte
krischik [EMAIL PROTECTED] wrote: On 19 Sep., 12:09, [EMAIL PROTECTED] wrote: Some authors have their scripts on a svn repository or another, for instance I'm planning to maintain my scripts on google code (since my main hard drive, where I was having my svn repository, has died). Why

Re: --remote-expr useless on Windows.

2007-09-19 Fir de Conversatie Tony Mechelynck
krischik wrote: [...] For a sec I though which console version? but then I checked and indeed there is one in C:\Program Files\vim\vim71\ and it works. You earned yourself 5 stars for this answer. Martin It is possible not to install it -- if you remove it, the rest will still work. If