... Good catch -- I do have "one of those set", but the vim -u NONE -N shouldn't have loaded my .vimrc, and so I'm mystified as to why I didn't run into the...
67400
Hayaki Saito
user@...
Dec 3, 2012 3:14 pm
Hi Bram, ... Hmm, I checked this problem in Debian squeeze and OSX 10.7 environment. My $HOME/.vimrc is here: -- set nocompatible set mouse=a -- There are no...
67401
Andy Wokula
anwoku@...
Dec 3, 2012 6:20 pm
... BufDelete is not executed for unlisted buffers. Should :b {buf} always make buffers listed again? I think "no". Just set 'bl' manually, everything should...
67402
Marcin Szamotulski
mszamot@...
Dec 3, 2012 6:43 pm
... Thank you. I think I should use BufUnload autocommand group then, it is triggered regardless the 'bl' setting. I also found that BufDelete is triggered...
67403
Bram Moolenaar
Bram@...
Dec 3, 2012 7:37 pm
... Thanks. I could reproduce it now. This patch should fix it: ... *************** ... } /* + * Reset the flag indicating option "name" was set. + */ +...
67404
Bram Moolenaar
Bram@...
Dec 3, 2012 7:39 pm
... Hmm, I think "combine" would express better what this is doing: combining the existing attributes with those in the current syntax/highlight item. One can...
67405
Nate Soares
nate@...
Dec 3, 2012 7:52 pm
... SGTM ... Correct. If you agree, I'd like to hijack that syntax to remove the need for "removeattrs" (see the other patch I posted) and to inherit from...
67406
Alex Efros
powerman@...
Dec 3, 2012 10:41 pm
Hi! Is there any reason why "\(\\\n\\\n\)92;@<=U" fail to match this text: \ \ U while "\(\\\n\\\n\)U" will match it and "\(\\\n\)\@<=U" will match it too ...
67407
Benjamin R. Haskell
vim@...
Dec 3, 2012 10:54 pm
... I suspect you're running into (from: :help /\@<= ): """ "\@<=" and "\@<!" check for matches just before what follows. Theoretically these matches could...
67408
Alex Efros
powerman@...
Dec 3, 2012 11:08 pm
Hi! ... You right, but \zs doesn't work for me. I'm writing syntax highlight rules for mkfile (OS Inferno/Plan9 variant of Makefile). It allow any amount of \ ...
67409
Nate Soares
nate@...
Dec 4, 2012 3:13 am
Updated modifier -> combine -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For...
67410
David Fishburn
dfishburn.vim@...
Dec 4, 2012 3:17 am
... Rebuild Vim. Then you can run Vim with gdb with a breakpoint ... For some background. This crash only happens on Ubuntu in my case. Clipboard must have...
67411
John Little
John.B.Little@...
Dec 4, 2012 4:44 am
... I can reproduce it with vim -u NONE -N -c 'so $VIMRUNTIME/plugin/netrwPlugin.vim' ... iiiiiii Maybe your .vim/.netrwhist needs to be set aside. Regards,...
67412
So8res
so8res@...
Dec 4, 2012 6:37 am
Just tried to apply these clean and realized that the doc patch had caught some changes to tags. My mistake, a cleaned one is below. Bram, do you have any...
67413
Ingo Karkat
swdev@...
Dec 4, 2012 12:03 pm
First of all, thank you for all your work on this; your initiative sounds like a great enhancement for syntax plugins! ... Nitpick, but I would find the...
67414
Hayaki Saito
user@...
Dec 4, 2012 1:49 pm
Bram, ... It works! It seems to be a nice solution. Thanks. ... Hayaki Saito user@... ... -- You received this message from the "vim_dev" maillist. Do not...
67415
Ben Fritz
fritzophrenic@...
Dec 4, 2012 4:29 pm
... Maybe just match the \\92;n sequences as a separate syntax item and use nextgroup to enforce ordering. It should work (probably even a little bit faster) and...
67416
Ben Fritz
fritzophrenic@...
Dec 4, 2012 4:44 pm
... I'm not clear on how synIDattr() will work with combined syntax items, or synIDtrans() for that matter. In the example you give, synIDtrans() needs to...
67417
So8res
so8res@...
Dec 4, 2012 5:20 pm
This allows you to ... It's the analog of the :syntax combine option. This makes things much easier on color scheme designers. As in the above example, they...
67418
Ben Fritz
fritzophrenic@...
Dec 4, 2012 5:41 pm
... This seems another useful feature, and since you still only have a single item defining highlighting for a given highlighted item in the text, this change...
67419
So8res
so8res@...
Dec 4, 2012 5:47 pm
... I believe you're correct, though I haven't updated highlight_has_attr / highlight_color to correctly get the color (I only updated syn_id2attr and...
67420
So8res
so8res@...
Dec 4, 2012 6:42 pm
Upon reconsideration, synIDtrans should return a list of IDs that are being used in the current highlight group. This includes all links that also have...
67421
Bram Moolenaar
Bram@...
Dec 4, 2012 7:21 pm
Hello Vim users, Vim users donate quite some money to my favorite charity: Kibaale Childrens Centre. I went there to check out what they have been doing with...
67422
Bram Moolenaar
Bram@...
Dec 4, 2012 8:13 pm
... [...] ... The problem appears to be that str_to_reg() is called with a negative length. The length comes from somehwere in selection_received_cb(). You...
67423
Cesar Romani
cesar.romani@...
Dec 4, 2012 8:40 pm
... [...] if_mzsch.c:848:4: error: #error Precise GC v.4+ or Racket with futures/places do not support dynamic MzScheme if_mzsch.c: In function 'window_new': ...
67424
Sergey Khorev
sergey.khorev@...
Dec 5, 2012 3:25 am
... Default Racket garbage collector (3m) doesn't support dynamic loading of dlls. For your reference this is how I build Vim with the latest Racket. ...
67425
ZyX
zyx.vim@...
Dec 5, 2012 4:49 am
# HG changeset patch # User ZyX <kp-pav@...> # Date 1354682690 -14400 # Node ID baf3d5da0a1c9f2334a472f7690abfbc235fbf74 # Parent...
67426
Bram Moolenaar
Bram@...
Dec 5, 2012 12:41 pm
... I don't like "stay", but can't think of something better right now. Perhaps "keepline"? -- hundred-and-one symptoms of being an internet addict: 95. Only...
67427
Bram Moolenaar
Bram@...
Dec 5, 2012 12:41 pm
... Thanks. Saving and restoring 'cpo' is missing though. -- hundred-and-one symptoms of being an internet addict: 94. Now admit it... How many of you have...
67428
Bram Moolenaar
Bram@...
Dec 5, 2012 12:41 pm
... The problem is that buffer-local mappings overrule global mappings. A buffer-local mapping cannot remap a global mapping. And the keymap uses global...