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...
Show off your group to the world. Share a photo of your group with us.

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 79924 - 79953 of 109123   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
79924
Here are your banks documents....
george@...
Send Email
May 1, 2007
8:57 am
79925
... You can install latest vim under your $HOME -- this does not require any root privileges -- with a single command, a script 'vim7-install.sh'. Script...
Yakov Lerner
iler.ml@...
Send Email
May 1, 2007
9:52 am
79926
... In my version of Vim, as soon as you hit cfn the text is deleted and Vim is in Insert mode, awaiting the replacement text. So it's too late to abort, the ...
A.J.Mechelynck
antoine.mechelynck@...
Send Email
May 1, 2007
10:52 am
79927
Forward to list. Best regards, Tony. ... Subject: Re: arabic font Date: Mon, 30 Apr 2007 15:04:01 -0700 (PDT) From: Babiker Osman <babikerosman@...> To:...
A.J.Mechelynck
antoine.mechelynck@...
Send Email
May 1, 2007
10:57 am
79928
... As far as I know, you can't abort it. But as you dont use the 'black hole' register, you could just re-insert the text you wanted to change by typing: ...
Peter Palm
peterp@...
Send Email
May 1, 2007
11:56 am
79929
... Yakov...
Yakov Lerner
iler.ml@...
Send Email
May 1, 2007
12:23 pm
79930
Hi, when using omnicomplete I get a nice scratch preview window when I type CTRL-X CTRL-O But what I would like is to get that preview window updated always,...
David Gessner
david@...
Send Email
May 1, 2007
1:13 pm
79931
... Well, that would be nice. But it does not work this way now :) If I have 500 matches and hit a key that turns my word into "no-match", then the completion...
Andrei A. Voropaev
av@...
Send Email
May 1, 2007
1:19 pm
79932
Clearly lots of us have solved this problem in various ways. My take on it was that, for each window in your vim session, I wanted a memory of which buffers...
John Orr
john.orr@...
Send Email
May 1, 2007
1:48 pm
79933
... text frame. ... I presume your example should be ... with the "c\n3" and the "d" back over the "4" in there which mysteriously vanished from your example. ...
Tim Chase
vim@...
Send Email
May 1, 2007
2:05 pm
79934
Andrei Voropaev wrote: [...] ... When you have 500 matches you can type some more characters to reduce the number of matches. But you may make a typo and end...
Bram Moolenaar
Bram@...
Send Email
May 1, 2007
2:36 pm
79935
John, Doesn't CTRL-O do this for you? See ... David ... From: John Orr [mailto:john.orr@...] Sent: Tuesday, May 01, 2007 4:12 AM To: Michael Henry Cc:...
Larson, David
davidlarson@...
Send Email
May 1, 2007
3:59 pm
79936
Hi David, Thanks for the idea, but unfortunately Ctrl-O does something similar but different - it just jumps back to the previous location, which may well be...
John Orr
john.orr@...
Send Email
May 2, 2007
1:10 am
79937
Hi all, Could anyone help me with the command of checking if a certain buffer exists, I wasn't to do something like the following " if( exists(<File Name) )...
Naim Far
naim@...
Send Email
May 2, 2007
6:29 am
79938
... Best regards, Tony. -- The sheep that fly over your head are soon to land....
A.J.Mechelynck
antoine.mechelynck@...
Send Email
May 2, 2007
6:47 am
79939
Hi: A while ago I asked this list about a particular error I was getting with gvim when I was trying to asynchronously update its buffers via the python...
Joseph Xu
josephzxu@...
Send Email
May 2, 2007
6:59 am
79940
... 1. Just answer 'p' to accept the certificate permanently. 2. The check for $HOME/bin in the path is not comlpete indeed. a) Type 'type vim' in bash to see...
Yakov Lerner
iler.ml@...
Send Email
May 2, 2007
9:14 am
79941
Thanks for your replies. I like the first solution, but it doesn't return to the original tab, which was what I found most difficult. Ian's solution works :-) ...
Dolazy
francis.rammeloo@...
Send Email
May 2, 2007
9:20 am
79942
... Thanks for the utility, had already resolved the problems with the PATH just thought I should let you know. Is the part below in the error just to do with...
Robert Cussons
r.cussons@...
Send Email
May 2, 2007
9:25 am
79943
... With DrawIt v8d, you can move a selected rectangle about with your mouse. Here's the relevant portion of the help for DrawIt: <ctrl-leftmouse> One may drag...
Charles E Campbell Jr
drchip@...
Send Email
May 2, 2007
3:56 pm
79944
On Wed, 2 May 2007 09:05:38 -0700 (PDT) ... I'm not sure about Vim 6.3 - but in Vim 7.0 you can pass another ... This sets /home/username as the prepend path,...
Taylor Venable
taylor@...
Send Email
May 2, 2007
5:41 pm
79945
... Unfortunately, this works only for gvim, not vim. <ctrl-leftmouse> in an xterm opens the Main Options menu. ... One may need to uninstall (i.e., delete)...
Gary Johnson
garyjohn@...
Send Email
May 2, 2007
5:58 pm
79946
... See DrawIt's help, lines 253-256. The visual-block commands require spaces to work in. Most of these commands are imported from Sylvain Viart's...
Charles E Campbell Jr
drchip@...
Send Email
May 2, 2007
7:02 pm
79947
Hi, I have added following lines to my .vimrc if has("cscope") set csprg=/usr/local/bin/cscope set csto=0 set cst set nocsverb " add any database in current...
Natesh Kedlaya
nateshkedlaya@...
Send Email
May 2, 2007
7:50 pm
79948
Hi, how can I permanently display my position marks(:marks) in an extra window? Kind regards and thanks in advance Chris...
Informationen
Informationen@...
Send Email
May 2, 2007
8:37 pm
79949
Thank you Taylor. Your suggestion worked. I had to make two changes though. 1. unset the env parameter CSCOPE_DB 2. Add an extra condition to handle the...
Natesh Kedlaya
nateshkedlaya@...
Send Email
May 2, 2007
11:25 pm
79950
I am looking at using the savevers plugin. I don't think it does exactly what I am looking for. I want the old version of my file to be saved regardless of...
Waters, Bill
waters@...
Send Email
May 2, 2007
11:43 pm
79951
Hello all, I am trying to install the code_complete plug-in written by Ming Bai. Please see link below: ...
madiyaan
ahmadsharif@...
Send Email
May 3, 2007
5:28 am
79952
I was looking for some helper commands for using something like 'figlet' from within vim. Searched the vim scripts and closest I could find was the larlet.vim...
Troy Piggins
troy@...
Send Email
May 3, 2007
6:22 am
79953
... Robert, Regarding PROPFIND error. Several users reported this failure on 1st try and then it works on the 2nd try. This never happened to me. Probably...
Yakov Lerner
iler.ml@...
Send Email
May 3, 2007
6:34 am
Messages 79924 - 79953 of 109123   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