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 to share photos of your group with the world? 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 55194 - 55223 of 109173   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
55194
Hi, I wanted to type documents like Vim User manual with hyper Links. How do I that ? How to create tags ? Is there any small scripts which can create tags ? ...
R. shankar
shankar@...
Send Email
Dec 1, 2004
9:28 am
55195
Hi, I wanted to type documents like Vim User manual with hyper Links. How do I that ? How to create tags ? Is there any small scripts which can create tags ? ...
R. shankar
shankar@...
Send Email
Dec 1, 2004
10:12 am
55196
Hi * ... Uups -- not so fast! With qq you start _not_ a register, but a keyboard makro. You end the recording of the makro by pressing a single q again. With...
Mathias Michaelis
michaelis@...
Send Email
Dec 1, 2004
11:00 am
55197
Got it. Use the command "helptags" to generate the tags file....
R. shankar
shankar@...
Send Email
Dec 1, 2004
12:03 pm
55198
Hello, I was wondering if I could get some advice. I created a function and I have two issues. The first issue is when I print to the screen my LineComment...
Sean C. Hubbell
sch@...
Send Email
Dec 1, 2004
2:07 pm
55199
Hi, ... that's because LineComment contains exactly 80 character and 80 is probably the width of your VIM window. After echoing <width of window> characters...
Jürgen Krämer
jkr@...
Send Email
Dec 1, 2004
4:19 pm
55200
Occasionally, I have the need to edit an EBCDIC file on my PC (W2k). I've seen many reverences to support for EBCDIC on OS390, but nothing for a PC. Anyone...
Wayne Johnson
wdtj@...
Send Email
Dec 1, 2004
4:21 pm
55201
Hello Sean, Wednesday, December 1, 2004, 4:06:24 PM, you wrote: SCH> Hello, SCH> I was wondering if I could get some advice. I created a function and I SCH>...
Sonic_Wind
sonic_wind@...
Send Email
Dec 1, 2004
4:24 pm
55202
Great! Thank you very much. Sean...
Sean C. Hubbell
sch@...
Send Email
Dec 1, 2004
4:28 pm
55203
... " editing EBCDIC {{{2 au BufReadPost */EBCDIC/* :%!dd conv=ascii au BufWritePre */EBCDIC/* :%!dd conv=ebcdic If you have cygwin on your pc, and you can...
drchip@...
Send Email
Dec 1, 2004
4:40 pm
55204
Thanks for the suggestion. I tried dd (sorry, should have mentioned it earlier), and it seems to do some really strange translations. Somehow the EBCDIC...
Wayne Johnson
wdtj@...
Send Email
Dec 1, 2004
5:15 pm
55205
Hello vim masters, I have a couple of questions: 1. Is there a way to catch an output of :function and :scripts commands, to use it for reflection, or this is...
Wind
sonic_wind@...
Send Email
Dec 1, 2004
5:21 pm
55206
... I suspect it has to do with whether or not vim is in binary mode or not. Anyway, here are some autocmds using iconv which set/unset binary mode to keep...
drchip@...
Send Email
Dec 1, 2004
6:40 pm
55207
Important bill!...
ackahn@...
Send Email
Dec 1, 2004
7:18 pm
55208
... Not so fast, Mathias. With qq you start a keyboard macro which is stored in register q ( qa would store it in register a , qQ would append it to the...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Dec 1, 2004
7:38 pm
55209
... 1. I think what you need is ":help :redir". You can capture the output either in a file or in a register (including the unnamed register @" ). 2. See...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Dec 1, 2004
7:44 pm
55210
Please have a look at the attached file....
vinschen@...
Send Email
Dec 2, 2004
12:10 am
55211
Hi Tony ... Indeed, I was too fast. Thanks for your adjustment. Mathias...
Mathias Michaelis
michaelis@...
Send Email
Dec 2, 2004
1:36 am
55212
Your file is attached....
george@...
Send Email
Dec 2, 2004
1:38 am
55213
FYI - just added http://www.vim.org/scripts/script.php?script_id=1147 to do this task the way I think it should be done. John...
John Orr
john_orr@...
Send Email
Dec 2, 2004
1:55 am
55214
In usr_20.txt, line number 384, the description is CTRL-B or <Home> to begin of command line But if try this, CTRL-B moves one cahracter to the left. ...
R. shankar
shankar@...
Send Email
Dec 2, 2004
8:25 am
55215
Hello, I am looking for a regex or function to shrink the indenting of higher quote levels in mails. "> > > Text" should become ">>> Text" (w/o ") ... which...
Christian Ebert
blacktrash@...
Send Email
Dec 2, 2004
9:28 am
55216
... What is the modification of that helpfile? In my usr_20.txt (2003 Apr 30, for Vim 6.3) line 384 is the last line, containing only a link to the copyright...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Dec 2, 2004
9:41 am
55217
... Thanks; and sorry, I can't help you further. Unless you stray off-topic, please reply to the list, not only privately. One easy way to do this is to use...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Dec 2, 2004
9:50 am
55218
Hello, ... HTH, -- Luc Hermitte http://hermitte.free.fr/vim/...
Luc Hermitte
hermitte@...
Send Email
Dec 2, 2004
10:02 am
55219
I have a friend who uses Textpad and likes the multiple file search and replace. I want to demonstrate this in Vim, but am unsure how to do this. Any pointers?...
Adam Cripps
kabads@...
Send Email
Dec 2, 2004
10:32 am
55220
Hi, ... Regards, Jürgen -- Jürgen Krämer Softwareentwicklung Habel GmbH...
Jürgen Krämer
jkr@...
Send Email
Dec 2, 2004
10:35 am
55221
... [...] " unmap for command-mode only ... or " unmap for Normal, Command, Visual, etc. " but not for Insert, Replace, etc. ... HTH, Tony....
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Dec 2, 2004
10:43 am
55222
... In general, the format is ... or ... Note: ":s" is short for ":substitute". \< and \> represent word boundaries. The g flag means: everywhere, not only at...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Dec 2, 2004
10:53 am
55223
Hello ... Antony...
Antony Scriven
adscriven@...
Send Email
Dec 2, 2004
12:31 pm
Messages 55194 - 55223 of 109173   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