... 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@...
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@...
Oct 25, 2006 8:25 am
... Probably better if it was 'addto=@cluster39; rather than complicating the containedin option. If you are in the habit of spanning syntax commands across ...
45506
Hari Krishna Dara
hari_vim@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
Nov 1, 2006 2:45 am
... Yakov: Thank you for the clarification. That works for me. -Ryan...
45531
Yakov Lerner
iler.ml@...
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@...
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...