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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 28060 - 28089 of 96994   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
28060
Le Tue, 30 Apr 2002 12:35:39 -0700 ... I was just missing the "normal " prepended, but still wonder what does it stands for... Many thanks, François...
Francois Desarmenien
francois@...
Send Email
May 1, 2002
9:24 am
28061
... Did you look under ... yet? There seems to be an option for this, but I have not tested it. HTH --Benji Fisher...
Benji Fisher
benji@...
Send Email
May 1, 2002
1:19 pm
28062
When I start VIM, I would like it to automatically re-open all of the buffers that were open at the time I exited VIM. For example, if I have buffers file,...
Gilles.Roy@...
Send Email
May 1, 2002
1:26 pm
28063
Francois, The reason that ... worked is that when in ex mode (command-line mode), a command consisting of a single number means go to the line indicated by the...
Brett Pershing Stahlman
brett.stahlman@...
Send Email
May 1, 2002
1:28 pm
28064
Try ... Brett S. ... From: <Gilles.Roy@...> To: <vim@...> Sent: Wednesday, May 01, 2002 8:26 AM Subject: Open Buffer History ... to ... any...
Brett Pershing Stahlman
brett.stahlman@...
Send Email
May 1, 2002
1:37 pm
28065
there is: number:y -- it works. ... From: Benji Fisher [mailto:benji@...] Sent: Wednesday, May 01, 2002 9:22 AM To: He WanQing-a2536c Cc:...
HALIM,SALMAN (HP-NewJ...
salman@...
Send Email
May 1, 2002
1:54 pm
28066
Le Wed, 1 May 2002 08:36:07 -0500 ... Yes, it does: now I begin to catch a glimpse of the vim programming philosophy which is quite disconcerting at first...
Francois Desarmenien
francois@...
Send Email
May 1, 2002
2:57 pm
28067
You can also restore the buffer list (not quite the same as opening all the buffers) with ... HTH --Benji Fisher...
Benji Fisher
benji@...
Send Email
May 1, 2002
3:31 pm
28068
... More specifically, you could try saving and restoring a session on VimEnter and VimLeave: au VimLeave * mksession! c:/asdfljkasdflkjahsdf.sess au...
HALIM,SALMAN (HP-NewJ...
salman@...
Send Email
May 1, 2002
3:44 pm
28069
I just uploaded my session manager, because of the mail I've been seeing about how to restore settings. I have been using this script or variants of it for...
Ron Aaron
ronaaron@...
Send Email
May 1, 2002
4:05 pm
28070
Dear All, Sorry for asking if the qn. is very basic. How to spell check from vim? Is it possible to add own own list of words to the dictionary? -- mks --...
M K Saravanan
mksarav@...
Send Email
May 1, 2002
4:48 pm
28071
I use Aspell with good results and the features you list. http://aspell.sourceforge.net/ Scott...
Scott DF
sdf@...
Send Email
May 1, 2002
4:55 pm
28072
... Engspchk allows you to have a custom dictionary (your own wordlist) as well as a built-in standard one. It also supports suggesting alternative spellings....
Charles E. Campbell
cec@...
Send Email
May 1, 2002
4:57 pm
28073
i would like to be able to search for a string in using motions to select the string from the cursors current position. for example i would like to be able to...
Tim O. Gunter
tgunter@...
Send Email
May 1, 2002
5:20 pm
28074
Tim, Try "*3yw to yank the 3 words into the * buffer (or you can use any of your other favorite buffers). Then: /<cntl>r* type the / to search then <cntl>r...
Scott LaBounty
slabounty@...
Send Email
May 1, 2002
5:26 pm
28075
I use the following mapping myself: vmap * "yy:let @/='\(' . @y . '\)'<cr> This has the advantage (for me) of not moving the cursor (stick an 'n' at the end...
HALIM,SALMAN (HP-NewJ...
salman@...
Send Email
May 1, 2002
5:59 pm
28076
In one html file, I have some sentences as follows: <span class ="info1a"> <span class ="info2a"> <span class ="info1b"> <span class ="info2b"> ... I want to...
dengping zhu
zhudp@...
Send Email
May 1, 2002
6:19 pm
28077
Simplistically try (untested) ... This should add the <h2> </h2> around all of your <span> tags. I *think* this is what you are asking for. If not let us know...
Scott LaBounty
slabounty@...
Send Email
May 1, 2002
6:24 pm
28078
Try this command: %s/<span class ="info..">/<h2>/g You could specify digit followed by lower case letter after the info if you like by replacing .. in the...
Brett Pershing Stahlman
brett.stahlman@...
Send Email
May 1, 2002
6:27 pm
28079
Hi, Scott and Brett, it works. Thanks a lot!...
dengping zhu
zhudp@...
Send Email
May 1, 2002
6:31 pm
28080
Hello! I've been experimenting (sounds so much better than "fooling", you know) with attempting to detect ragged-right visual-block selection. OK, I flunked --...
Charles E. Campbell
cec@...
Send Email
May 1, 2002
8:37 pm
28081
Hi, ... The new version of the funclist.vim plugin supports highlighting the current function name. The new version of the plugin is at: ...
Yegappan Lakshmanan
yegappan@...
Send Email
May 1, 2002
8:56 pm
28082
... If I understand correctly, you are trying to distinguish between experiments 2 and 3, and between 5 and 6. Experiments 2 and 5 are "ragged right." In the...
Benji Fisher
fisherbb@...
Send Email
May 1, 2002
9:12 pm
28083
... Thanks for all the suggestions. I will try them out on different platforms to see which one is towards my liking. Hari ...
Hari Krishna Dara
hari_vim@...
Send Email
May 1, 2002
10:19 pm
28084
... You can do it with the combination of a mapping and a function. '*' starts the function, which gets motion up until enter, which you can see on the input...
Thomas S. Urban
scottu@...
Send Email
May 1, 2002
11:25 pm
28085
Hello everyone, I'm finally starting to take advantage of the folding mechanism and have read the fold.txt documentation, but was not able to figure out how to...
Edwin
incaic@...
Send Email
May 2, 2002
4:17 am
28086
scroll copy count from 1 to 2 or above and the collate box will be enabled. Thats how it works. ... Excel, ... ...
vipin aravind
vipin.aravind@...
Send Email
May 2, 2002
5:13 am
28087
... Here is yet another mapping that does that (contributed to this list by someone else several months ago): " Search for the highlighted text. vmap g/...
Gary Johnson
garyjohn@...
Send Email
May 2, 2002
6:21 am
28088
Hi, ... the encoding might be DOS code pages 437 or 850 or ... This cannot be decided from the single encoding 'é' == 0x82, because those code pages do not...
Jürgen Krämer
jkraemer@...
Send Email
May 2, 2002
6:35 am
28089
Hi, is there a way to use vim as external editor when creating mails in Lotus Notes? -- Johannes...
Johannes Zellner
johannes@...
Send Email
May 2, 2002
9:08 am
Messages 28060 - 28089 of 96994   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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