Re: Fwd: Win32: Edit with single Vim tabbed explorer context menu

2008-02-07 Fir de Conversatie Erik Falor
On 2/7/08, Tony Mechelynck [EMAIL PROTECTED] wrote: This patch is meant to be applied reversed isn't it? (i.e., it was generated using diff -c newfile oldfile rather than the more common opposite order) You're right, I did generate the patch backwards! I apologize for any inconvenience.

Re: Fwd: Win32: Edit with single Vim tabbed explorer context menu

2008-02-07 Fir de Conversatie Tony Mechelynck
Erik Falor wrote: Sorry about the spam, Bram. When I hit reply, I didn't check the address I was replying to. On 2/6/08, *Erik Falor* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I'll make that change and send out a patch. Here's the patch. -- Erik Falor Registered

Re: Doing :bufdo tabnew causes vim to hang, hog all resources

2008-02-07 Fir de Conversatie Tony Mechelynck
Anand Hariharan wrote: On Feb 6, 1:36 am, Tony Mechelynck [EMAIL PROTECTED] wrote: Anand Hariharan wrote: [...] Ben says For every tab, Vim adds a new tab. It seems counter- intuitive to me considering that my command is *bufdo* tabnew (i.e., for each *buffer* create a new tab).

Re: VIM server mode?

2008-02-07 Fir de Conversatie Richard Hartmann
On Feb 7, 2008 11:18 PM, sc [EMAIL PROTECTED] wrote: gvim -f %f Yes, I know. It's just not the same, though ;) Thanks :) Richard --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit

Re: VIM server mode?

2008-02-07 Fir de Conversatie David Terei
No the eclipse plugin uses the netbeans protocol which vim implements. Its probably more actually what you expect vim server mode to do then what vim server mode actually does. I've never used KVim but depending how much you need to intergrate the two programs (KMail and Vim) the easiest way

Re: bug in search() + 'e'-flag + nl

2008-02-07 Fir de Conversatie Bram Moolenaar
Andy Wokula wrote: Related (?): gVim7.1.233 crashes with 2 or more lines of text: foo bar and typing these commands: :set ve=all ggd/\n/e I can reproduce it. One more for the todo list. -- hundred-and-one symptoms of being an internet addict: 5. You find yourself

VIM server mode?

2008-02-07 Fir de Conversatie Richard Hartmann
Hi all, I might have my concepts and/or nomenclature wrong, please excuse me if I do. I know there is a VIM plugin for Eclipse and I think I remember hearing that it was implemented with a server mode of VIM, the plugin only relaying information back and forth. I have been talking with a

Re: VIM server mode?

2008-02-07 Fir de Conversatie sc
On Thursday 07 February 2008 16:11, Richard Hartmann wrote: Hi all, I might have my concepts and/or nomenclature wrong, please excuse me if I do. I know there is a VIM plugin for Eclipse and I think I remember hearing that it was implemented with a server mode of VIM, the plugin only

Re: VIM server mode?

2008-02-07 Fir de Conversatie Richard Hartmann
Thanks, I will forward this :) RIchard --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Ruby Mingw/ MSVC Make_ming.mak Make_mvc.mak conflict

2008-02-07 Fir de Conversatie Henry Garcia
Seems that mingw is looking for the i586-mswin32 directory And the MSVC compiler is looking for the i386-mswin32 directory With Ruby 1.8.6 installed on Windows 2000 at c:\Ruby I could compile under MingW after renaming the directory from i586-mswin32 to i386-mswin32

Re: Patch 7.1.243

2008-02-07 Fir de Conversatie Bill McCarthy
On Wed 6-Feb-08 9:33pm -0600, Charles E. Campbell, Jr. wrote: Bill McCarthy wrote: On Wed 6-Feb-08 9:15 am -0600, Bream Molten wrote: Patch 7.1.243 (after 7.1.240) Problem:U doesn't work on all text in Visual mode. (Adri Verhoef) Solution: Loop over all the lines to be changed.

Re: Patch 7.1.243

2008-02-07 Fir de Conversatie James Vega
On Thu, Feb 07, 2008 at 09:02:28PM -0600, Bill McCarthy wrote: This may be a failure of my email program - The Bat!. I see the problem (the non-printable characters less than decimal 31 and greater than decimal 127). At least for mutt, you can perform a decoding save via EscC and the

Re: Patch 7.1.243

2008-02-07 Fir de Conversatie Bill McCarthy
On Thu 7-Feb-08 10:15pm -0600, James Vega wrote: On Thu, Feb 07, 2008 at 09:02:28PM -0600, Bill McCarthy wrote: This may be a failure of my email program - The Bat!. I see the problem (the non-printable characters less than decimal 31 and greater than decimal 127). At least for mutt, you