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 transfer

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

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

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,

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 solution

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 gets

Re: Grab visual selection

2007-02-12 Thread Jonas Persson
Georg Dahn skrev: Jonas Persson wrote: I'm lookning for the eqvivalent of C-RC-W (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 C-R (where

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 this

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,

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

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

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

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

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 PlugLookupFile.

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: root xml:lang=en xmlns=http://www.dvdforum.org/2005/ihd; xmlns:style=http://www.dvdforum.org/2005/ihd#style;

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

Re: Win64-related patches

2007-02-12 Thread Bram Moolenaar
George Reilly wrote: * Win64 changes to make code compile cleanly: eval.c, misc2.c, if_ole.* * Fixed install.exe bug * Fixed annoying warning from Explorer about gvimext.dll * Fixed gvim.exe.mnf to be cross-platform. No longer needs to be generated from Make_mvc.mak * Re-fixed spell.c so

Re: newrw 107 and ':e .'

2007-02-12 Thread A.J.Mechelynck
Bernhard Walle wrote: * A.J.Mechelynck [EMAIL PROTECTED] [2007-02-12 02:47]: Bernhard Walle wrote: Hello, after I installed netrw 107 in my ~/.vim, I cannot browse a directory which :e /path/to/dir any more. That's annoying because also bookmarks don't work in the directory browser

Re: bug: commandline not visible after :tabedit in maximized window

2007-02-12 Thread Bram Moolenaar
Vaclav wrote: [Bram, sorry for sending to your personal address by accident for the first time] What system? If Unix: what GUI? Sorry for not mentioning that. I am running the gnome GUI on Linux. I double-checked on a different machine to exclude the influence of the breakindent

patch 7.0.193

2007-02-12 Thread Bram Moolenaar
Patch 7.0.193 Problem:Using --remote or --remote-tab with an argument that matches 'wildignore' causes a crash. Solution: Check the argument count before using ARGLIST[0]. Files: src/ex_cmds.c *** ../vim-7.0.192/src/ex_cmds.cTue Sep 5 18:28:45 2006 ---