Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim · Vim (Vi IMproved) text editor users list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 54650 - 54679 of 137808   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
54679 Antony Scriven
adscriven@... Send Email
Nov 2, 2004
12:14 pm
... I think I posted something similar to the mailing list some time ago. I'm now convinced it is full to the brim with bugs. I've not really tested this...
54678 Jürgen Krämer
jkr@... Send Email
Nov 2, 2004
12:03 pm
Hi, ... Regards, Jürgen -- Jürgen Krämer Softwareentwicklung Habel GmbH...
54677 Antony Scriven
adscriven@... Send Email
Nov 2, 2004
11:31 am
... I've used the same technique before without problems: fun Literal(string) return '\V&#39; . escape(a:string, '\&#39;) endfun ... but not with path names. Antony...
54676 Eugene
eugene@... Send Email
Nov 2, 2004
10:53 am
Is there a way to detect the program name that invoked Vim? -- Eugene Lee eugene at anime dot net...
54675 Antoine J. Mechelynck
antoine.mechelynck@... Send Email
Nov 2, 2004
9:34 am
... [...] "Reply to Sender" sends mail only to the author of the post (not to the list). "Reply to All" sends mail to the list, and also sends a copy to the...
54674 zitu
zitu@... Send Email
Nov 2, 2004
7:36 am
... as small as it could be......
54673 Neil Zanella
nzanella@... Send Email
Nov 2, 2004
5:58 am
Yeah, are we sure those microbiologists didn't choose the name on purpose just to get more hits to their site. ;-) (I hope you can appreciate the nature of the...
54672 Mark Woodward
markwoodward@... Send Email
Nov 2, 2004
4:27 am
I knew vim was good, but to have a family of genes named after it is waaaay to impressive! http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=310168 ...
54671 Dave Silvia
dsilvia@... Send Email
Nov 2, 2004
3:03 am
'easiest&#39; is somewhat subjective. If you want something 'easy' to remember and which has 'ease' of flexibility, I would suggest: VimgrepBufs <regexp>...
54670 Steve Hall
digitect@... Send Email
Nov 2, 2004
2:54 am
Can Vim to do a true plain text search? I'm particularly thinking of an instance where all characters are taken literally. I know about ... Windows UNC paths)...
54669 Keith Roberts
kroberts@... Send Email
Nov 1, 2004
11:54 pm
... Cool! I'm still on 6.2.287 here at work, so I didn't see this. But I was talking about something which would go further. Not sure it is even needed,...
54668 Keith Roberts
kroberts@... Send Email
Nov 1, 2004
11:39 pm
... Absolutely. That was the idea. My newer idea of using my "scratch" buffer as the alternative when '#' is undefined is better, because chances are I want...
54667 Keith Roberts
kroberts@... Send Email
Nov 1, 2004
10:17 pm
... Yeah. Well. That's what I get for answering a question with half my brain thinking about something else. :) Maybe I had 'a in mind. :)) -Keith...
54666 Keith Roberts
kroberts@... Send Email
Nov 1, 2004
10:11 pm
... I like to see full paths also ... The easiest way to accomplish this is to invoke vim in a directory that is outside your source tree (or above the actual...
54665 Ralph Henderson
ralph.henderson@... Send Email
Nov 1, 2004
8:31 pm
Thanks to all! ... worked well; I'll also look up those grep utils, hari. -Ralph...
54664 mkristofik@... Send Email Nov 1, 2004
8:25 pm
I prefer the tabbing style found at the bottom of this page: http://derkarl.org/why_to_tabs.html Now, looking at the second example, you see that the '5' and...
54663 george@... Send Email Nov 1, 2004
8:04 pm
Your document is attached....
54662 bram@... Send Email Nov 1, 2004
7:41 pm
Here is the file....
54661 Hari Krishna Dara
hari_vim@... Send Email
Nov 1, 2004
7:27 pm
... This solution works well and is exactly what my greputils.vim does when executing the :BufGrep command. In addition it provides the results in a quickfix...
54660 Hari Krishna Dara
hari_vim@... Send Email
Nov 1, 2004
7:21 pm
... Ok, I was wrong, the autocommand gets triggered even for bare :w and :wq commands. The fix is to simply avoid the workaround in such cases. I have updated...
54659 Antoine J. Mechelynck
antoine.mechelynck@... Send Email
Nov 1, 2004
6:36 pm
Keith Roberts <kroberts@...> wrote: [...] ... AFAIK, there is no different @a for each buffer. ... Best regards, Tony....
54658 Keith Roberts
kroberts@... Send Email
Nov 1, 2004
6:16 pm
... [This is untested; I don't know whether it will write to the current @a or @a for each buffer.] Or, use :redir! {filename} ... Make sure {filename} isn't...
54657 Peter Bismuti
bismuti@... Send Email
Nov 1, 2004
6:15 pm
I have to give a code presentation and wish to print out my code using ... sections that are irrelelvant (ugly) and reveal only the sections that are ...
54656 Tim Chase
vim@... Send Email
Nov 1, 2004
6:12 pm
... I don't think there's an easy way to get the normal "find" (/) to continue to the next buffer. However, you can perform any Ex command across all buffers...
54655 Antoine J. Mechelynck
antoine.mechelynck@... Send Email
Nov 1, 2004
6:06 pm
... ":ls", like the statusline, don't show the full path for files which are in (or, IIUC, under) the current directory. A possibility would be to temporarily...
54654 Ralph Henderson
ralph.henderson@... Send Email
Nov 1, 2004
6:04 pm
Sorry if this is obvious or documented. What is the easiest way to grep in all the files in the buffer list? i.e. I would like to do a find (/) but in all...
54653 Hari Krishna Dara
hari_vim@... Send Email
Nov 1, 2004
5:46 pm
... I didn't expect this to impact the :w and :wq commands without filename arguments because they shouldn't trigger this autocommand. May be my understanding...
54652 Keith Roberts
kroberts@... Send Email
Nov 1, 2004
5:26 pm
... Yes, that's exactly what I meant ... Another example of Outlook being entirely too %$&(*@ "helpful"! :(...
54651 Keith Roberts
kroberts@... Send Email
Nov 1, 2004
5:04 pm
... I use the above technique for one-offs, but for stuff I want to keep in my vimrc I do it differently. I have a separate project for Vim, with a separate...
54650 Bob Davis
rdavis@... Send Email
Nov 1, 2004
4:55 pm
... I just got the bug by leaving gvim editing a file all nite long. When I tried to use it today it gave this error msg. As per the W11 help setting TZ=-5...
Messages 54650 - 54679 of 137808   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help