Skip to search.
vim · Vim (Vi IMproved) text editor users list

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 42185 - 42214 of 131319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42185 Antoine J. Mechelynck
antoine.mechelynck@... Send Email
Aug 1, 2003
7:16 am
... 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...
42186 Ing. Stanislav Sitar
sitar@... Send Email
Aug 1, 2003
7:45 am
... 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...
42187 Mikolaj Machowski
mikmach@... Send Email
Aug 1, 2003
11:55 am
... 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...
42188 Steve Hall
digitect@... Send Email
Aug 1, 2003
12:00 pm
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...
42189 Kent Tenney
kent@... Send Email
Aug 1, 2003
12:03 pm
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...
42190 Stefan Roemer
roemer@... Send Email
Aug 1, 2003
12:28 pm
... Try ... Best regards Stefan...
42191 Kent Tenney
kent@... Send Email
Aug 1, 2003
12:53 pm
Works great. Thanks for the instant solution. Kent...
42192 Daniel Bron
DanielB@... Send Email
Aug 1, 2003
3:10 pm
Hello, Is it possible to turn off the menu bar? If not, can the menu bar be customized? Thanks, -D. Bron...
42193 Tim Hammerquist
tim+vim@... Send Email
Aug 1, 2003
5:34 pm
... Yes. ... Yes. ... HTH, Tim Hammerquist -- When the gods wish to punish us, they answer our prayers. -- Oscar Wilde, "An Ideal Husband"...
42194 Dima Yamkovoy
yamkovoyd@... Send Email
Aug 1, 2003
5:35 pm
You can turn off the menu bar with :set go-=m ... __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design...
42195 Daniel Bron
DanielB@... Send Email
Aug 1, 2003
6:51 pm
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...
42196 Dave Roberts
dave.roberts@... Send Email
Aug 1, 2003
7:16 pm
imap <C-BS> <C-W> ... - Dave ... From: Daniel Bron [mailto:DanielB@...] Sent: Friday, August 01, 2003 2:50 PM To: 'vim@...' Subject: Delete...
42197 Tim Johnson
tim@... Send Email
Aug 1, 2003
10:42 pm
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...
42198 Alan G Isaac
aisaac@... Send Email
Aug 1, 2003
11:18 pm
... Is there a relevant RFC or other user policy statement? Thanks, Alan Isaac...
42199 Jean Jordaan
jean@... Send Email
Aug 1, 2003
11:27 pm
... true ... true; bit of a pain when the mails contains /file/systems/paths :/ ... nope. (Mozilla 1.3) -- Jean Jordaan...
42200 Gary Holloway
gary@... Send Email
Aug 1, 2003
11:30 pm
/ 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: ...
42201 Tim Johnson
tim@... Send Email
Aug 2, 2003
12:28 am
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...
42202 (no author)
(no email address) Send Email
Aug 2, 2003
1:13 pm
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...
42203 Gumnos (Tim Chase)
gumnos@... Send Email
Aug 2, 2003
1:39 pm
... 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 ...
42204 John Aldridge
jaldri1@... Send Email
Aug 2, 2003
2:54 pm
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...
42205 Andrew Pimlott
vim@... Send Email
Aug 2, 2003
3:50 pm
... 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),...
42206 Tim Johnson
tim@... Send Email
Aug 2, 2003
4:18 pm
... 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...
42207 Tim Johnson
tim@... Send Email
Aug 2, 2003
4:24 pm
... 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...
42208 Andrew Pimlott
vim@... Send Email
Aug 2, 2003
4:53 pm
... 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,...
42209 Stephane Huaulme
stephane@... Send Email
Aug 2, 2003
4:57 pm
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 ...
42210 Tim Johnson
tim@... Send Email
Aug 2, 2003
6:23 pm
* Andrew Pimlott <vim@...> [030802 09:09]: <snip> ... Yes! ... That's what I was looking for. Does the trick alright. ... ...
42211 David selby
vim@... Send Email
Aug 2, 2003
6:34 pm
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...
42212 Antoine J. Mechelynck
antoine.mechelynck@... Send Email
Aug 2, 2003
7:36 pm
... 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...
42213 Antoine J. Mechelynck
antoine.mechelynck@... Send Email
Aug 2, 2003
7:46 pm
... see ... and maybe also ... and then, to see what you have and where it was set ... HTH, Tony...
42214 Aaron
aamehl@... Send Email
Aug 2, 2003
11:59 pm
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...
Messages 42185 - 42214 of 131319   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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