... 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@...
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@...
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...
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@...
Aug 1, 2003 12:28 pm
... Try ... Best regards Stefan...
42191
Kent Tenney
kent@...
Aug 1, 2003 12:53 pm
Works great. Thanks for the instant solution. Kent...
42192
Daniel Bron
DanielB@...
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@...
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@...
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@...
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@...
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@...
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@...
Aug 1, 2003 11:18 pm
... Is there a relevant RFC or other user policy statement? Thanks, Alan Isaac...
42199
Jean Jordaan
jean@...
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@...
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@...
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)
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...