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 42185 - 42214 of 109133   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42185
... Maybe. The helpfile says that the default setting for lcs is "eol:$" (and tab empty, ie, ^I). But I didn't actually check if it's true. My own preference...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Aug 1, 2003
7:16 am
42186
... Hi. I have been using editor TextPad for windows for years. Until I got tired with its limited regular expressions. TextPad has the "unnamed marks" feature...
Ing. Stanislav Sitar
sitar@...
Send Email
Aug 1, 2003
7:45 am
42187
... I agree with you, such filtering would be useful. But the last feature could probably be done with script like showmarks (basing on :sign) and building it...
Mikolaj Machowski
mikmach@...
Send Email
Aug 1, 2003
11:55 am
42188
Updated gVim 6.2.57 for Windows: http://cream.sf.net/gvim-6-2-57.exe (2,712K, one-click installer) http://cream.sf.net/gvim-6-2-57.zip (804K, binary-only) o...
Steve Hall
digitect@...
Send Email
Aug 1, 2003
12:00 pm
42189
Howdy, I have text using punctuation for underlining, Like This +++++++++ How can I find all occurances of a character repeated more than once and replace them...
Kent Tenney
kent@...
Send Email
Aug 1, 2003
12:03 pm
42190
... Try ... Best regards Stefan...
Stefan Roemer
roemer@...
Send Email
Aug 1, 2003
12:28 pm
42191
Works great. Thanks for the instant solution. Kent...
Kent Tenney
kent@...
Send Email
Aug 1, 2003
12:53 pm
42192
Hello, Is it possible to turn off the menu bar? If not, can the menu bar be customized? Thanks, -D. Bron...
Daniel Bron
DanielB@...
Send Email
Aug 1, 2003
3:10 pm
42193
... Yes. ... Yes. ... HTH, Tim Hammerquist -- When the gods wish to punish us, they answer our prayers. -- Oscar Wilde, "An Ideal Husband"...
Tim Hammerquist
tim+vim@...
Send Email
Aug 1, 2003
5:34 pm
42194
You can turn off the menu bar with :set go-=m ... __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design...
Dima Yamkovoy
yamkovoyd@...
Send Email
Aug 1, 2003
5:35 pm
42195
Hello, I'm trying to set an imap to make CTRL+Backspace delete the previous word, but I can't figure out how. Can someone show me? -D. Bron...
Daniel Bron
DanielB@...
Send Email
Aug 1, 2003
6:51 pm
42196
imap <C-BS> <C-W> ... - Dave ... From: Daniel Bron [mailto:DanielB@...] Sent: Friday, August 01, 2003 2:50 PM To: 'vim@...' Subject: Delete...
Dave Roberts
dave.roberts@...
Send Email
Aug 1, 2003
7:16 pm
42197
Hello vimmers: I would like to create a specific highlight class for brackets,braces and parens in "C". I have the following line in my C syntax file syn match...
Tim Johnson
tim@...
Send Email
Aug 1, 2003
10:42 pm
42198
... Is there a relevant RFC or other user policy statement? Thanks, Alan Isaac...
Alan G Isaac
aisaac@...
Send Email
Aug 1, 2003
11:18 pm
42199
... true ... true; bit of a pain when the mails contains /file/systems/paths :/ ... nope. (Mozilla 1.3) -- Jean Jordaan...
Jean Jordaan
jean@...
Send Email
Aug 1, 2003
11:27 pm
42200
/ FROM: Tim Johnson <tim@...>, Aug 1 14:48 2003 ... First, to be certain what they're being higlighted as, you might want to take a look at: ...
Gary Holloway
gary@...
Send Email
Aug 1, 2003
11:30 pm
42201
Hi Gary: ... I tried your approach, works fine, but if I then add syn match cEllips /(\|)/ and then HiLink cEllips, I get the similar error...
Tim Johnson
tim@...
Send Email
Aug 2, 2003
12:28 am
42202
I use Vi regularly and know that <SHIFT> <J> will append lines, putting a number in fromt of the command will cause Vi to append that many lines to the current...
(no author)
(no email address)
Send Email
Aug 2, 2003
1:13 pm
42203
... Sounds exactly like the definition of vim's macros. In normal mode, just press "q" followed by a letter (to name the register into which the macro is ...
Gumnos (Tim Chase)
gumnos@...
Send Email
Aug 2, 2003
1:39 pm
42204
If you want to join all of the records and they are of fixed size and they have an identifiable separator (like a blank line), then you might use the old :g ex...
John Aldridge
jaldri1@...
Send Email
Aug 2, 2003
2:54 pm
42205
... No, <Ctrl-P> and <Ctrl-N>, like most vim commands, are just "what they are". In other words, they are not bound to functions (as in some other editors),...
Andrew Pimlott
vim@...
Send Email
Aug 2, 2003
3:50 pm
42206
... Hi Andrew: I have done that at times, but it disables word completion. So then - is there a a method whereby I can get Word Completion and at the same time...
Tim Johnson
tim@...
Send Email
Aug 2, 2003
4:18 pm
42207
... Gary, you did put me on the right path here, and turned me on to your script (what is very nice) in the process. I simple search for the last syn match...
Tim Johnson
tim@...
Send Email
Aug 2, 2003
4:24 pm
42208
... Forgive me for not knowing exactly the emacs keybinding, but I assume you mean something like, let <C-P> and <C-N> move up and down a line in insert mode,...
Andrew Pimlott
vim@...
Send Email
Aug 2, 2003
4:53 pm
42209
how do I get my text file to convert *text* into tags for |text| like the help files do? how do I get a text file to use the same syntax coloring as the help ...
Stephane Huaulme
stephane@...
Send Email
Aug 2, 2003
4:57 pm
42210
* Andrew Pimlott <vim@...> [030802 09:09]: <snip> ... Yes! ... That's what I was looking for. Does the trick alright. ... ...
Tim Johnson
tim@...
Send Email
Aug 2, 2003
6:23 pm
42211
This is my first post to you guys, so hello I have been using vim for about a year now, it grows on you .... I kind of love it now ! Its an amazing app, but I...
David selby
vim@...
Send Email
Aug 2, 2003
6:34 pm
42212
... The second question is the easier of the two. Use a |modeline| to set the 'filetype' (or maybe just the 'syntax') to "help" (without the quotes). If you...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Aug 2, 2003
7:36 pm
42213
... see ... and maybe also ... and then, to see what you have and where it was set ... HTH, Tony...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Aug 2, 2003
7:46 pm
42214
Hi all, I am subscribed to lilypond developers list and have been asked to forward some questions to the vim users list. First a little background Lilypond is...
Aaron
aamehl@...
Send Email
Aug 2, 2003
11:59 pm
Messages 42185 - 42214 of 109133   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