RE: Pasting into gvim from word: ' turns into �

2007-02-12 Thread zzapper
Steve Hall <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED] ecureserver.net: > From: ben lieb, Fri, February 09, 2007 11:58 am >> >> I asked this question before, but it wasn't really resolved. I often >> have to paste from Word for Windows into vim/gvim (cygwin). >> >> Some characters don't

Re: paste staircasing

2007-02-12 Thread Ben K.
Thanks much. On Fri, 9 Feb 2007, Hugh Sasse wrote: On Fri, 9 Feb 2007, Ben K. wrote: Hi, Whenever I paste something into vim, it gets staircased. Is there a way to avoid copy/paste being staircased even when I have ai, cin or si turned on? I Yes, set paste. See :he paste for more on thi

Re: paste staircasing

2007-02-12 Thread Zdenek Sekera
Ben K. wrote: Thanks much. On Fri, 9 Feb 2007, Hugh Sasse wrote: On Fri, 9 Feb 2007, Ben K. wrote: Hi, Whenever I paste something into vim, it gets staircased. Is there a way to avoid copy/paste being staircased even when I have ai, cin or si turned on? I Yes, set paste. See :he past

Re: paste staircasing

2007-02-12 Thread Ben K.
Thanks. On Mon, 12 Feb 2007, Zdenek Sekera wrote: Ben K. wrote: Thanks much. On Fri, 9 Feb 2007, Hugh Sasse wrote: On Fri, 9 Feb 2007, Ben K. wrote: Hi, Whenever I paste something into vim, it gets staircased. Is there a way to avoid copy/paste being staircased even when I have ai, ci

File name completion for files residing in multiple directories

2007-02-12 Thread Erik Bergman
I've been searching for a nice way to quickly open files that may reside in any of number of directories, similar to the "quick open" feature you find in some other editors. One solution is to mess around with the ** and * wildcards, but this gets terribly slow for large projects. Another "solutio

Re: File name completion for files residing in multiple directories

2007-02-12 Thread hermitte
Hello, Erik Bergman <[EMAIL PROTECTED]> wrote: > I've been searching for a nice way to quickly open files that may reside in > any of number of directories, similar to the "quick open" feature you find > in some other editors. One solution is to mess around with the ** and * > wildcards, but this

Re: Grab visual selection

2007-02-12 Thread Jonas Persson
Georg Dahn skrev: Jonas Persson wrote: I'm lookning for the eqvivalent of (grab word under cursor) for grabbing the current visual selection into the command line. Any suggestions? Well, I would yank the current visual selection with y, and in the command line I would do " (where " is the un

Re: File name completion for files residing in multiple directories

2007-02-12 Thread Hari Krishna Dara
On Mon, 12 Feb 2007 at 7:53pm, Erik Bergman wrote: > I've been searching for a nice way to quickly open files that may reside in > any of number of directories, similar to the "quick open" feature you find > in some other editors. One solution is to mess around with the ** and * > wildcards, but

RE: File name completion for files residing in multiple directories

2007-02-12 Thread Max Dyckhoff
You want Hari's LookupFile plugin, which you can find on vim.org. It's awesome, and has speeded up my development massively. It does exactly what you want, in almost exactly the way you suggest. Max > -Original Message- > From: Erik Bergman [mailto:[EMAIL PROTECTED] > Sent: Monday, Febr

Re: display aberrations on Mac

2007-02-12 Thread Dave Land
On Feb 10, 2007, at 9:43 AM, Hal wrote: Alan G Isaac wrote: I'm using Vim 7 on a Macbook Pro (Intel) with OS X 10.4.8. With gvim I'm seeing some aberrant display: the occasional character will only half or 3/4 drawn, and :redr does not fix it. (However moving the cursor across it in norma

xml files

2007-02-12 Thread Lev Lvovsky
I'm looking for a simple XML plugin that'll do highlighting of XML documents I've tried both of the following plugins: http://www.vim.org/scripts/script.php?script_id=1397 http://www.vim.org/scripts/script.php?script_id=301 And am unable to get even block navigation (%) working. Does the XML

Reminder: Vim presentation in Mountain View tomorrow

2007-02-12 Thread Bram Moolenaar
Dear Vim users, I will be doing a presentation on Vim, here is the announcement again: Open Source Developers @ Google Speaker Series: Bram Moolenaar Tuesday, February 13, 19.00h (7 pm) Title: Seven habits for effective text editing, 2.0. Bram's presentation will give an overview of several

Re: Security Center Advisory !

2007-02-12 Thread Dave Land
Folks, Is there any way that the list managers can block these PayPal scam emails? Thank you, Dave

Re: File name completion for files residing in multiple directories

2007-02-12 Thread Meino Christian Cramer
From: Max Dyckhoff <[EMAIL PROTECTED]> Subject: RE: File name completion for files residing in multiple directories Date: Mon, 12 Feb 2007 11:58:35 -0800 I installed lookupfile and got back this error message while starting vim (console): Error detected while processing /home/mccramer/.vim/plugin

Re: Security Center Advisory !

2007-02-12 Thread A.J.Mechelynck
Dave Land wrote: Folks, Is there any way that the list managers can block these PayPal scam emails? Thank you, Dave Maybe they can, but that won't block the Internet Pharmacy scams which will arrive tomorrow from a different posting IP address, nor the bogus eBay questions, BankAmerica w

RE: File name completion for files residing in multiple directories

2007-02-12 Thread Max Dyckhoff
This is a bug which I have actually informed Hari of a while ago, but perhaps my bug email got lost :) The default mapping for LookupFile is F5. What this error message means is that you already have a mapping for F5 in your .vimrc file, and you haven't specified a mapping for LookupFile. In th

xsd namespace and style definition for omni?

2007-02-12 Thread dan123
Hi, How can i set up vim to omnicomplete xml-Attributes regarding the xsd-Style and State namespaces? My root-tag looks like this: http://www.dvdforum.org/2005/ihd"; xmlns:style="http://www.dvdforum.org/2005/ihd#style"; xmlns:state="http://www.dvdforum.org/2005/ihd#state";

Re: auto-wrapping text

2007-02-12 Thread A.J.Mechelynck
Brian Anderson wrote: Tony, Thanks for the reply. I can reformat the current document with gggqG as you said, but when I start typing again, the text is not breaking. The files were adding line breaking automatically, but then I guess I changed something (I don't know what). Now it isn't a