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

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 52164 - 52193 of 109142   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
52164
For those of you whose mailer daemons won't accept html, I'm resending with a txt attachment (not as neatly formatted, but still informative!) ...
Dave Silvia
dsilvia@...
Send Email
Aug 1, 2004
9:20 am
52165
Hi, is it possible to show the total bytes in the file while i am editing it left or right from "line,char" ? -- so long, Rainer Bendig aka mindz...
Rainer Bendig
lists@...
Send Email
Aug 1, 2004
10:02 am
52166
... Yes, it is. You'll need to write your own 'statusline' option, with everything you want to appear. The filesise is line2byte(line("$") + 1) see ... HTH, ...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Aug 1, 2004
10:21 am
52167
... Oops... actually is is line2byte(line("$") + 1) - 1...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Aug 1, 2004
10:24 am
52168
How about: command! Where \ let lhere=line(".") | \ let chere=col(".") | \ call cursor(1,1) | \ call cursor(line("$"),col("$")) | \ call cursor(lhere,chere) | ...
Dave Silvia
dsilvia@...
Send Email
Aug 1, 2004
11:10 am
52169
... What is the path to your copy of xmledit.vim ? It should be in one of your ftplugin directories. ... If everything is working, then ... shoudl do it. HTH...
Benji Fisher
benji@...
Send Email
Aug 1, 2004
2:36 pm
52170
... One possible explanation: follow the money. If you upgrade your anti-spam and anti-virus software, who gets paid? Another suggestion I have heard:...
Benji Fisher
benji@...
Send Email
Aug 1, 2004
2:48 pm
52171
... HTH --Benji Fisher...
Benji Fisher
benji@...
Send Email
Aug 1, 2004
2:57 pm
52172
Just a posting to test Mr. Daum's echo. Please ignore....
Dave Silvia
dsilvia@...
Send Email
Aug 1, 2004
9:35 pm
52173
Just a posting to test Mr. Daum's echo. Please ignore....
Dave Silvia
dsilvia@...
Send Email
Aug 1, 2004
9:53 pm
52174
Why does "\<NL>" appear to be the only valid method of using <NL>? echomsg "\<NL>Hello\<NL>\<NL>" gives ^@Hello^@^@ Which is what you'd expect, and echo...
Dave Silvia
dsilvia@...
Send Email
Aug 2, 2004
3:29 am
52175
Vim 6.2 works just fine, so I am moving to it. I'll try some things on 6.3 but doubt if it will work, so leave solution up to you....
kAtremer
katremer@...
Send Email
Aug 2, 2004
6:39 am
52176
Php indent script by Miles Lott should indent so (according to documentation): " if($something) { dothis(); } " but in my case it doesn't, and results in such...
Doljenko Eugeni
dolzenko@...
Send Email
Aug 2, 2004
8:37 am
52177
I'm new to gVim 6.3, and I was testing out some commands just to see if I could get anything done. I loaded up a pl file, and saw the correct address in the...
- Barry -
mail@...
Send Email
Aug 2, 2004
9:29 am
52178
Look at tips. There was a tip to complete turn autoindent off. IIRC you have to put Vim into Paste mode. And, I was right ...
Doljenko Eugeni
dolzenko@...
Send Email
Aug 2, 2004
9:41 am
52179
... ":filetype indent off" will turn off filetype-related indenting for any files _newly_ loaded. To turn it off for a file already loaded, you must then clear...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Aug 2, 2004
9:53 am
52180
Hi Barry forgive me if some of this is wrong (I'm no guru) ... From: "- Barry -" <mail@...> To: <vim@...> Sent: Monday, August 02, 2004 7:29 PM ...
Mark Woodward
markwoodward@...
Send Email
Aug 2, 2004
10:20 am
52181
On Sun, 1 Aug 2004 22:28:57 -0500, Dave Silvia <dsilvia@...> wrote: [snip] ... Dave, ... literal-string *literal-string* *E115* ... 'string'...
Tofer Chagnon
chagnon@...
Send Email
Aug 2, 2004
11:47 am
52182
in xterm, is it possible to draw a colored horizontal separator between 2 lines of text, without wasting 3rd line of text between them ? Yakov...
Yakov Lerner
qlerner@...
Send Email
Aug 2, 2004
11:52 am
52183
Hello, I want to open a (vb.net) file with a special range (/^#Region/,/^#End Region/) being folded. If this range does not exist, I don't want to get an error...
Joachim Hofmann
J.Hofmann@...
Send Email
Aug 2, 2004
12:01 pm
52184
... <plug>It is especially convenient if you use the matchit plugin for extended % matching. In Normal mode, put the cursor on the \begin or \end line (but...
Benji Fisher
benji@...
Send Email
Aug 2, 2004
12:46 pm
52185
... Well, you can have at startup (not sure whether you'd like this in a custom ftplugin, or just a hack in your vimrc, or what-not) a solution I use...
Tim Chase
vim@...
Send Email
Aug 2, 2004
12:56 pm
52186
Thanks - that seems to be it. "Benji Fisher" <benji@...> wrote in message news:20040801145426.GC25292@.... ... apply ... says ...
Joe
jdenicola@...
Send Email
Aug 2, 2004
1:49 pm
52187
Why does the Vim filetype highlighting flag me when I do something like this: while (a != b) && (c <= c) The warning seems to trigger only upon parenthesising...
Bob Chan
bobchan@...
Send Email
Aug 2, 2004
2:01 pm
52188
... I cannot reproduce this in gvim 6.3.015 (with syntax/vim.vim 6.3-07 dated Jul 09, 2004 by Dr. Chip) on W98SE 4.10.2222 More details please. Regards, Tony....
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Aug 2, 2004
2:28 pm
52189
... There is no way to add a script-local variable to one script from another. (Some may consider my "no way" as a challenge, but any method that gets around...
Benji Fisher
benji@...
Send Email
Aug 2, 2004
2:29 pm
52190
... This is one of the few additions (as opposed to bug fixes) that was made before vim 6.3 was released. HTH --Benji Fisher...
Benji Fisher
benji@...
Send Email
Aug 2, 2004
2:47 pm
52191
Allow me to follow up on myself, sharing the pleasure as I discover things! :-) [François Pinard] ... My associate is a linguist, and we have a few works on...
François Pinard
pinard@...
Send Email
Aug 2, 2004
4:03 pm
52192
... These allow me to apply the same change in the same column over a series of lines (from last line on up). By simply hitting F12 the desired number of times...
Trebor Sreyb
tsreyb@...
Send Email
Aug 2, 2004
8:15 pm
52193
... I am not sure. Try it and see! HTH --Benji Fisher...
Benji Fisher
benji@...
Send Email
Aug 2, 2004
8:27 pm
Messages 52164 - 52193 of 109142   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