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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 24768 - 24797 of 137700   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
24768 Benji Fisher
benji@... Send Email
Jan 3, 2002
2:15 pm
... Have you looked at the scripts on VimOnline? http://vim.sourceforge.net/scripts/script.php?script_id=95 ...
24769 Aric Blumer
Aric.Blumer@... Send Email
Jan 3, 2002
2:42 pm
... This script might do what you need, too: http://vim.sourceforge.net/scripts/script.php?script_id=69...
24770 Charles E. Campbell
cec@... Send Email
Jan 3, 2002
2:46 pm
... [^c]\{-}c * this pattern matches a minimal amount of not-c up to the letter c \{1} * will match up to one of the preceding regexp sub-expression...
24771 John Kilbourne
jkilbour@... Send Email
Jan 3, 2002
3:26 pm
I stumbled into what is close to your solution. I use win NT on this machine, and following the advice of somebody here, I set the path to my .java files to...
24772 Gary Holloway
gary@... Send Email
Jan 3, 2002
5:03 pm
Here's a more recent version... it utilizes the preview window to avoid that, and leaves the copyright line visible in the preview window if it was changed; ...
24773 lwwickla@... Send Email Jan 3, 2002
5:22 pm
Vimmers, ]c and [c can be used to jump to the beginning of the next and previous differences. That's wonderful and I'm thankful for it. Now I'm trying to ...
24774 Maciej Kalisiak
mac@... Send Email
Jan 3, 2002
5:23 pm
Is it possible to change what Vim considers a fold marker? (want something other than "{{{") I'm trying to use fold markers in a LaTeX file, but unfortunately...
24775 KONTRA Gergely
kgergely@... Send Email
Jan 3, 2002
5:24 pm
Hello! I've just submitted the first (I hope) interactive game in pure VIM. Try it! If you can help me to solve timing more precisely, please help me. Now the...
24776 KONTRA Gergely
kgergely@... Send Email
Jan 3, 2002
5:25 pm
http://vim.sourceforge.net/scripts/script.php?script_id=172 +-[Kontra Gergely @ Budapest University of Technology and Economics]-+ ... +-------"Olyan langesz...
24777 Preben Randhol
randhol@... Send Email
Jan 3, 2002
5:29 pm
... from that page it says: press <Leader>te pardon my ignorance but what is <Leader>te ? -- () Join the worldwide campaign to protect fundamental human...
24778 lwwickla@... Send Email Jan 3, 2002
5:38 pm
Wow! The documentation on SF didn't mention (or I didn't see it) that 'i' is used to rotate. Quite the amazing feat, Kontra. KONTRA Gergely...
24779 Preben Randhol
randhol@... Send Email
Jan 3, 2002
5:39 pm
... Ah found it now in the help files, but perhaps clarify it a bit more in the instructions so that us that haven't learned about <Leader> yet understand what...
24780 Christian J. Robinson
infynity@... Send Email
Jan 3, 2002
5:48 pm
... Hash: SHA1 ... - - Christian - -- Imagination is the one weapon in the war against reality. Christian J. Robinson <infynity@...> ICQ: 15869262 ...
24781 Preben Guldberg
c928400@... Send Email
Jan 3, 2002
5:58 pm
... Excactly where I stopped when I tried a couple of years back (lost it later, unfortunately). I think threaded python interface surfaced a good while a go...
24782 TRUCKS, JESSE (AIT)
jt9873@... Send Email
Jan 3, 2002
6:00 pm
Okay, I seem to be having trouble figuring out how to source it in and run it. I am not that good with VIM. I run vim, enter ":so! TeTrIs.vim" and it just...
24783 Douglas L . Potts
pottsdl@... Send Email
Jan 3, 2002
6:04 pm
... [--- snip ---] ... Or using the VirMark.vim plugin on: http://vim.sourceforge.net/scripts/script.php?script_id=140 Which expands on Benji's Mark() idea. ...
24784 Mark Zealey
mark@... Send Email
Jan 3, 2002
6:15 pm
... \te Where's the rotation? :) It sometimes just closes the window when I press space or complete a row, I'm guessing these are bugs. -- Mark Zealey (aka...
24785 Alex Angelopoulos
alex@... Send Email
Jan 3, 2002
6:16 pm
Besides - A number of us use vim on *both* *nix and MS-operating systems. ... From: "Zdenek Sekera" <zs@...> To: <fisherbb@...> Cc:...
24786 dman
dsh8290@... Send Email
Jan 3, 2002
7:20 pm
I want to disable using the X clipboard when I run vim in a console over ssh because it makes the startup time becomes too long. I've RTFMed and come up with...
24787 dman
dsh8290@... Send Email
Jan 3, 2002
7:25 pm
... I tried that, and <CTRL-V><CTRL-L> instead of ^L but it still had no effect. Would au BufRead /tmp/mutt* :%s/^\| -- \n\_.*-- $/\r-- / work as well? (IOW,...
24788 Benji Fisher
fisherbb@... Send Email
Jan 3, 2002
7:30 pm
... Try using single quotes instead of double quotes. To see what argument the substitute() function is actually getting, try ... HTH --Benji Fisher...
24789 KONTRA Gergely
kgergely@... Send Email
Jan 3, 2002
7:36 pm
Azt irtad, hogy ... OK, then U must use g? to rotate (rot13 encode) (shall I submit a patch 4 U ? :))) +-[Kontra Gergely @ Budapest University of Technology...
24790 Ross A. Osborn
rosborn@... Send Email
Jan 3, 2002
7:42 pm
... I didn't try an autocommand but the command ":g/^> -- $/,/^$/-1d^M/^$^M^L" worked as expected. I get the same results with or without the ^L at the end....
24791 KONTRA Gergely
kgergely@... Send Email
Jan 3, 2002
7:43 pm
... Sorry, I have misunderstood something... So i is currently used to rotate... +-[Kontra Gergely @ Budapest University of Technology and Economics]-+ ... ...
24792 dman
dsh8290@... Send Email
Jan 3, 2002
7:43 pm
... Ahh, thanks! That fixes it. -D -- Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. Albert Einstein...
24793 dman
dsh8290@... Send Email
Jan 3, 2002
7:48 pm
... That is working for me too, also as an autocommand (tried ~ 5 seconds ago). I don't know why it didn't work the last time I tried it. (also, FYI, I don't...
24794 Bram Moolenaar
Bram@... Send Email
Jan 3, 2002
8:41 pm
... Great fun! Two remarks: - I'm missing the explanation that the "i" key rotates the object - using <Leader>te a second time doesn't work -- `When any...
24795 Gary Johnson
garyjohn@... Send Email
Jan 3, 2002
9:24 pm
... I've been using your UpdateCopyright() since you first posted it, but with the following change to the search() function call to make the copyright string...
24796 HALIM,SALMAN (HP-NewJ...
salman@... Send Email
Jan 3, 2002
10:02 pm
once you have the line in question (copyright_line), you could just try something like: if (g:copyright_centered == 1) execute copyright_line . "center" endif ...
24797 Gary Holloway
gary@... Send Email
Jan 3, 2002
10:16 pm
/ FROM: "HALIM,SALMAN (HP-NewJersey,ex2)" <salman@...>, Jan 3 14:02 2002 ... [snip] Actually, "centered"; is a little bit of a misnomer... It'll change...
Messages 24768 - 24797 of 137700   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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