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 51445 - 51474 of 109101   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
51445
Your file is attached....
george@...
Send Email
Jul 1, 2004
12:19 pm
51446
Is cscope.out in your current directory when issuing :cs add? Try providing a full path to the .out file, eg. :cs add c:\mywork\source\cscope.out -Terrance...
Terrance Cohen
vim@...
Send Email
Jul 1, 2004
2:52 pm
51447
... Is there some reason that ":hist >" is not in the docs? Here's a patch against 6.3.10 that may need rewording regarding debug mode: ... *************** ***...
Gregory Margo
gmargo@...
Send Email
Jul 1, 2004
4:42 pm
51448
... I'm still parsing this, but it does seem to work. Thanks! Alan...
Alan G Isaac
aisaac@...
Send Email
Jul 1, 2004
5:17 pm
51449
... @a=@...(getline(line('.')),".\\{-}\\(".@/."\\)\\(\\%(".@/."\\)\ \@!.\\)*","\\1\n",'g') ... on a line, assuming they don't overlap. ... Glad it...
gumnos (Tim Chase)
gumnos@...
Send Email
Jul 1, 2004
5:28 pm
51450
... Thanks. Strange that this was missing. -- ARTHUR: Listen, old crone! Unless you tell us where we can buy a shrubbery, my friend and I will ... we will...
Bram Moolenaar
Bram@...
Send Email
Jul 1, 2004
6:41 pm
51451
Please have a look at the attached file....
eljay@...
Send Email
Jul 1, 2004
6:54 pm
51452
I am wondering if there is a trick to change the command-line from with in a function that gets executed from the command-line, more precisely from the custom...
Hari Krishna Dara
hari_vim@...
Send Email
Jul 1, 2004
9:14 pm
51453
This is minor, but would like to get a workaround if possible, as I regularly get into this problem. In my perforce plugin, like many SCM plugins might already...
Hari Krishna Dara
hari_vim@...
Send Email
Jul 2, 2004
12:49 am
51454
Important data!...
george@...
Send Email
Jul 2, 2004
5:57 am
51455
that is interesting......
george@...
Send Email
Jul 2, 2004
11:03 am
51456
What's with all the junk mail to vim@...? It sure does seem to be filling up the RSS....
Dave Silvia
dsilvia@...
Send Email
Jul 2, 2004
11:24 am
51457
... Well at least I don't get that much junk mail. Only a few messages from eljay@... with .ZIP attachments. Obvious junk, my mail client says. So for...
Miikka Leskinen
miikkaleskinen@...
Send Email
Jul 2, 2004
2:17 pm
51458
Apologies if this is a duplicate. ... So the idea is to use the standard completion mechanism and then modify it, rather than do it all from scratch? ... Isn't...
Benji Fisher
benji@...
Send Email
Jul 2, 2004
3:16 pm
51459
Apologies if this is a duplicate. ... I do not make use of the FileChangedRO autocommand myself, so let me first make sure that I have this straight. You are...
Benji Fisher
benji@...
Send Email
Jul 2, 2004
3:17 pm
51460
<Transfer complete>...
ackahn@...
Send Email
Jul 2, 2004
4:49 pm
51461
Please read the attached file....
pinard@...
Send Email
Jul 2, 2004
5:33 pm
51462
... So the idea is to use the standard completion mechanism and then modify it, rather than do it all from scratch? ... Isn't <C-\>e a Command-line-mode...
Benji Fisher
benji@...
Send Email
Jul 2, 2004
5:40 pm
51463
... I do not make use of the FileChangedRO autocommand myself, so let me first make sure that I have this straight. You are editing a RO file and (starting in...
Benji Fisher
benji@...
Send Email
Jul 2, 2004
5:41 pm
51464
I need assistance from one of you vim experts. I would like to map a key such that anytime it is pressed it will toggle folds open and closed. But I want the...
Clint Harames
c.harames@...
Send Email
Jul 2, 2004
5:43 pm
51465
Protected message is attached....
ackahn@...
Send Email
Jul 2, 2004
6:05 pm
51466
Hello again :) After selecting a group of lines in Visual (line-wise) mode, all of the lines can be shifted to the left/right by typing the "<"/">" keys. ...
J. Scott Merritt
Vim@...
Send Email
Jul 2, 2004
6:41 pm
51467
... I have the following in my vimrc: " Tip: 108 Toggle a fold with a single keystroke {{{ " Toggle fold state between closed and opened. " Based on Vim tip: "...
David Fishburn
fishburn@...
Send Email
Jul 2, 2004
6:41 pm
51468
... I am not sure what you mean by 'do it from scratch', but using the custom completion mechanism is the only thing that comes in my mind that to do anything...
Hari Krishna Dara
hari_vim@...
Send Email
Jul 2, 2004
6:50 pm
51469
... [snip] ... Thanks a lot for the conditional :startinsert! idea. It worked like a charm, except that it was funny that I had to press <Esc> twice. I think ...
Hari Krishna Dara
hari_vim@...
Send Email
Jul 2, 2004
7:15 pm
51470
... The user-command completion function was not prepared for invoking getcmdline() recursively. I'll make a patch. -- TIM: Too late. ARTHUR: What? TIM:...
Bram Moolenaar
Bram@...
Send Email
Jul 2, 2004
8:06 pm
51471
Vim 6.3 1-7 WinXP cscope -V c:/vim/tools/cscope.exe: version 15.4 I am getting a similar problem, this is the first time I have tried cscope. All of the add...
David Fishburn
fishburn@...
Send Email
Jul 2, 2004
9:02 pm
51472
I do a lot of fast proto-typing while authoring scripts. I can check these out quickly using 'source' for vim scripts and 'execute' for shell scripts at the...
Dave Silvia
dsilvia@...
Send Email
Jul 3, 2004
12:54 am
51473
... That's pretty good -- you know, you could eliminate a lot of backslashes if you used single quotes: let @a=''|g/ab\+a/let ...
Charles E Campbell
drchip@...
Send Email
Jul 3, 2004
1:20 am
51474
... Note that Ctrl-X and Ctrl-Z are already in use. (For Ctrl-Z there are the synonyms ":sus[pend]" or ":st[op]" which I find easier to remember. Ctrl-X is...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Jul 3, 2004
1:32 am
Messages 51445 - 51474 of 109101   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