Search the web
Sign In
New User? Sign Up
vim · Vim (Vi IMproved) text editor users list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 54650 - 54679 of 109198   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
54650
... 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...
Bob Davis
rdavis@...
Send Email
Nov 1, 2004
4:55 pm
54651
... 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...
Keith Roberts
kroberts@...
Send Email
Nov 1, 2004
5:04 pm
54652
... Yes, that's exactly what I meant ... Another example of Outlook being entirely too %$&(*@ "helpful"! :(...
Keith Roberts
kroberts@...
Send Email
Nov 1, 2004
5:26 pm
54653
... 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...
Hari Krishna Dara
hari_vim@...
Send Email
Nov 1, 2004
5:46 pm
54654
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...
Ralph Henderson
ralph.henderson@...
Send Email
Nov 1, 2004
6:04 pm
54655
... ":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...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Nov 1, 2004
6:06 pm
54656
... 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...
Tim Chase
vim@...
Send Email
Nov 1, 2004
6:12 pm
54657
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 ...
Peter Bismuti
bismuti@...
Send Email
Nov 1, 2004
6:15 pm
54658
... [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...
Keith Roberts
kroberts@...
Send Email
Nov 1, 2004
6:16 pm
54659
Keith Roberts <kroberts@...> wrote: [...] ... AFAIK, there is no different @a for each buffer. ... Best regards, Tony....
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Nov 1, 2004
6:36 pm
54660
... 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...
Hari Krishna Dara
hari_vim@...
Send Email
Nov 1, 2004
7:21 pm
54661
... 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...
Hari Krishna Dara
hari_vim@...
Send Email
Nov 1, 2004
7:27 pm
54662
Here is the file....
bram@...
Send Email
Nov 1, 2004
7:41 pm
54663
Your document is attached....
george@...
Send Email
Nov 1, 2004
8:04 pm
54664
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...
mkristofik@...
Send Email
Nov 1, 2004
8:25 pm
54665
Thanks to all! ... worked well; I'll also look up those grep utils, hari. -Ralph...
Ralph Henderson
ralph.henderson@...
Send Email
Nov 1, 2004
8:31 pm
54666
... 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...
Keith Roberts
kroberts@...
Send Email
Nov 1, 2004
10:11 pm
54667
... 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...
Keith Roberts
kroberts@...
Send Email
Nov 1, 2004
10:17 pm
54668
... 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...
Keith Roberts
kroberts@...
Send Email
Nov 1, 2004
11:39 pm
54669
... 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,...
Keith Roberts
kroberts@...
Send Email
Nov 1, 2004
11:54 pm
54670
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)...
Steve Hall
digitect@...
Send Email
Nov 2, 2004
2:54 am
54671
'easiest' is somewhat subjective. If you want something 'easy' to remember and which has 'ease' of flexibility, I would suggest: VimgrepBufs <regexp>...
Dave Silvia
dsilvia@...
Send Email
Nov 2, 2004
3:03 am
54672
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 ...
Mark Woodward
markwoodward@...
Send Email
Nov 2, 2004
4:27 am
54673
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...
Neil Zanella
nzanella@...
Send Email
Nov 2, 2004
5:58 am
54674
... as small as it could be......
zitu
zitu@...
Send Email
Nov 2, 2004
7:36 am
54675
... [...] "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...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Nov 2, 2004
9:34 am
54676
Is there a way to detect the program name that invoked Vim? -- Eugene Lee eugene at anime dot net...
Eugene
eugene@...
Send Email
Nov 2, 2004
10:53 am
54677
... I've used the same technique before without problems: fun Literal(string) return '\V' . escape(a:string, '\') endfun ... but not with path names. Antony...
Antony Scriven
adscriven@...
Send Email
Nov 2, 2004
11:31 am
54678
Hi, ... Regards, Jürgen -- Jürgen Krämer Softwareentwicklung Habel GmbH...
Jürgen Krämer
jkr@...
Send Email
Nov 2, 2004
12:03 pm
54679
... 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...
Antony Scriven
adscriven@...
Send Email
Nov 2, 2004
12:14 pm
Messages 54650 - 54679 of 109198   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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