Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 45503 - 45532 of 69773   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
45503 Nikolai Weibull
now@... Send Email
Oct 25, 2006
8:05 am
... Yes, it is, because many of the foo need to be added to two clusters, and it clutters up an already rather (unavoidably) cluttered syntax definition....
45504 Nikolai Weibull
now@... Send Email
Oct 25, 2006
8:17 am
... Ah, of course. How silly of me. Although, it would be nice if this could be done somehow. A pair of @'s, perhaps, e.g., syn match Something...
45505 Peter Hodge
toomuchphp-vimdev@... Send Email
Oct 25, 2006
8:25 am
... Probably better if it was 'addto=@cluster&#39; rather than complicating the containedin option. If you are in the habit of spanning syntax commands across ...
45506 Hari Krishna Dara
hari_vim@... Send Email
Oct 25, 2006
5:21 pm
... - A set() function will be nice to have anyway (to balance out get()) - Adding a function is much easier (at least for me as a newbie) and the change is...
45507 G. Sumner Hayes
sumnervim@... Send Email
Oct 25, 2006
7:11 pm
... I worry about adding such a set() function with that name. Vim's been adding things like dictionaries/lists with Python-like syntax, and it's entirely...
45508 Bram Moolenaar
Bram@... Send Email
Oct 25, 2006
7:41 pm
... I would prefer the ":let" command to work. It's not easy to implement but would be good for consistency. The main reason get() exists is to be able to...
45509 Bram Moolenaar
Bram@... Send Email
Oct 25, 2006
9:16 pm
... Vim always writes the whole file. Most systems allow overwriting halfway a file, but inserting halfway a file is rare (I can't name a system that supports...
45510 Ilya Sher
ilya-vim@... Send Email
Oct 25, 2006
10:09 pm
... I was probably not clear enough. The point is that one does not even have to type at that speed to hit pretty fast <Esc>o if the <Esc> is not far away and...
45511 vim-dev-help@... Send Email Oct 28, 2006
6:14 am
Hi! This is the ezmlm program. I'm managing the vim-dev@... mailing list. Messages to you from the vim-dev mailing list seem to have been bouncing. I've...
45512 Ali Akcaagac
aliakc@... Send Email
Oct 28, 2006
2:06 pm
Hello, anyone happen to know what happened to the VIM Devel Mailinglist ? I am not receiving anything since last wednesday. mfg, Ali Akcaagac...
45513 Ali Akcaagac
aliakc@... Send Email
Oct 28, 2006
2:28 pm
... ... Nah it seems to be ok now.. I was a bit worried for the moment.. Thanks for feedback.. mfg, Ali Akcaagac...
45514 A.J.Mechelynck
antoine.mechelynck@... Send Email
Oct 28, 2006
3:06 pm
... I got your mail on the vim-dev list so it isn't down. I also see a mail by Bram Moolenaar on vim-dev@ in thread "patch: set() function" on 25-Oct-2006 at ...
45515 Benji Fisher
benji@... Send Email
Oct 28, 2006
4:04 pm
Vim Dev gurus: The mailing list has been slow enough that several of us worried it might be broken (or have unsubscribed us) so maybe this is a good time to...
45516 Zdenek Sekera
Zdenek.Sekera@... Send Email
Oct 30, 2006
10:09 am
Hi, Nick, ... I went to your side and read all about it, sounds very (read *very*) interesting. I would surely love it. As a comment, I'd suggest you...
45517 Bram Moolenaar
Bram@... Send Email
Oct 30, 2006
9:36 pm
Patch 7.0.153 Problem: When using cscope and opening the temp file fails Vim crashes. (Kaya Bekiroglu) Solution: Check for NULL pointer returned from...
45518 Nick Gravgaard
me@... Send Email
Oct 30, 2006
9:54 pm
Hi Zdenek, ... I think you may be right - I have a feeling vim is probably just treating it's GTK widget in a similar way to how it treats a console. If that's...
45519 Peter Hodge
toomuchphp-vimdev@... Send Email
Oct 31, 2006
12:57 am
... Actually, you might be able to get it done with Vimscript, but you'd need to use space characters instead of tabs. You would map <TAB> to call a function ...
45520 Ilya Bobir
ilya@... Send Email
Oct 31, 2006
7:42 am
... But how will you save information about where is a tab and where is a space? You have to save tabs in a file on disk and in vim you'll have to remember...
45521 Nick Gravgaard
me@... Send Email
Oct 31, 2006
10:04 am
... <snip> ... So is there no way of using tabs and get tabstops to have different widths on different lines? :( I think this would be by far the best solution...
45522 Nick Gravgaard
me@... Send Email
Oct 31, 2006
11:29 am
... <snip> ... Exactly - you've hit the nail on the head. I really want to be inserting tabs rather than spaces, so I need to have tabstops have different...
45523 Stefan Walk
stefan.walk@... Send Email
Oct 31, 2006
1:18 pm
Hi, When recovering a file, the help file advocates saving the recovered buffer in a different file and using diff to see the differences. That's good advice,...
45524 Mikolaj Machowski
mikmach@... Send Email
Oct 31, 2006
1:43 pm
... Rather not. Each letter is kept in its cell. It was specially visible in early stages of GTK2 porting where use of proportional fonts was allowed. Even if...
45525 €  Π’²ΠΈΠΊΡ’ΆΠΎΡ’  € ...
vkojouharov@... Send Email
Oct 31, 2006
10:15 pm
Hello, I'm working on a syntax file for .edc files. The problem before me is that I want to use a different syntax file for a "script" part. I've created the...
45526 Yakov Lerner
iler.ml@... Send Email
Oct 31, 2006
10:20 pm
... 1. Maybe this can fix the problem: namely, using this inclusion method ... , instead of using 'syn include'. Does this help ? If this won't help, how about...
45527 Peter Hodge
toomuchphp-vimdev@... Send Email
Oct 31, 2006
11:58 pm
... Hello, Your syntax file 'embryo.vim' will need regions match up all {} pairs as well. syn region embryoBraces matchgroup=Delimiter start=/{/ end=/}/...
45528 Ryan Phillips
ryan-vim@... Send Email
Nov 1, 2006
1:16 am
Hi all. I have just noticed a problem with bufnext and bufprev with two (plus+) different files open within (g)vim. Attached my vim --version for review. OS:...
45529 Yakov Lerner
iler.ml@... Send Email
Nov 1, 2006
2:36 am
... You can try the following commands in your vimrc, which remove the screen repositioning: " when switching buffers, preserve window view if v:version >= 700...
45530 Ryan Phillips
ryan-vim@... Send Email
Nov 1, 2006
2:45 am
... Yakov: Thank you for the clarification. That works for me. -Ryan...
45531 Yakov Lerner
iler.ml@... Send Email
Nov 1, 2006
4:12 am
... If I try your testcase with 'vim -u NONE', then current line becomes vertically centered around after :bn,:bp. The current line number is not changed, but...
45532 €  Π’²ΠΈΠΊΡ’ΆΠΎΡ’  € ...
vkojouharov@... Send Email
Nov 1, 2006
6:54 am
... adding an embryoBraces region now makes all the script part highlighted correctly, but it doesn't stop. It continues trying to highlight the rest of the...
Messages 45503 - 45532 of 69773   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