Re: added TextDeleted and TextYanked events

2011-06-02 Fir de Conversatie Philippe Vaucher
So, Bram is that ok? Do you want the patch on another medium? Are there issues I didn't address? Thanks, Philippe -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Re: vim 7.3: A few problems with patches

2011-06-02 Fir de Conversatie Birger J . Nordølum
Yes, I'm aware. I see you are too :) IMHO, Google Code is perhaps a bit to old and none social for my likings. But I guess Mercurial and a stream of commits is better than none. Not used to the way the Vim source is handled there. Where the patches are applied when they are released, rather

Re: HOME variable in cmd.exe for vim compiled in an UNIX-like environment

2011-06-02 Fir de Conversatie Bram Moolenaar
Fabian Greffrath wrote: Am 31.05.2011 11:16, schrieb Gary Johnson: Under what conditions does yours crash? Plain vim.exe from MSYS executed in a cmd.exe shell. I have seen something similar to your observations: If I unset HOME in cmd.exe (via set HOME=) and then run vim.exe from

Re: added TextDeleted and TextYanked events

2011-06-02 Fir de Conversatie Bram Moolenaar
Philippe Vaucher wrote: So, Bram is that ok? Do you want the patch on another medium? Are there issues I didn't address? I need to have a closer look. Bugs usually have a higher priority than new features. -- hundred-and-one symptoms of being an internet addict: 131. You challenge

matchit does not wrap the search for ifndef in Verilog/systemverilog mode

2011-06-02 Fir de Conversatie Amol Nagapurkar
Hi I have following code in verilog/system verilog when i use % key for ifndef else endif keyword it doesn't wrap after reaching endif, where as for all other keywords it wraps back to start. module my_mod `ifdef foo `else `endif `ifndef bar `else `endif class endclass begin

[?] echoe acts like an exception inside :catch and :finally blocks

2011-06-02 Fir de Conversatie ZyX
Is this expected: try throw 'Throw' catch echoe 'Echoe' echom 'Echom' endtry will show only 'Echoe', but not 'Echom'? I though that «When used inside a try conditional» refers only to the first section of `:try...' block, not to `:catch' or `:finally'

Re: vim 7.3: A few problems with patches

2011-06-02 Fir de Conversatie sc
On Wednesday, June 01, 2011 13:07:02 Tony Mechelynck wrote: Or, are your logs up-to-date? If (after cd to your Vim repository) you do hg -v log -l 10 these changesets (if you have them) should appear near the top of the list. indeed they do -- i see many updates that way that don't

Re: [?] echoe acts like an exception inside :catch and :finally blocks

2011-06-02 Fir de Conversatie Bram Moolenaar
ZyX wrote: Is this expected: try throw 'Throw' catch echoe 'Echoe' echom 'Echom' endtry will show only 'Echoe', but not 'Echom'? I though that «When used inside a try conditional» refers only to the first section of `:try...' block, not to `:catch'

Re: vim 7.3: A few problems with patches

2011-06-02 Fir de Conversatie Tony Mechelynck
On 02/06/11 16:13, Birger J. Nordřlum wrote: Yes, I'm aware. I see you are too :) IMHO, Google Code is perhaps a bit to old and none social for my likings. But I guess Mercurial and a stream of commits is better than none. Not used to the way the Vim source is handled there. Where the patches

Re: [?] echoe acts like an exception inside :catch and :finally blocks

2011-06-02 Fir de Conversatie Tony Mechelynck
On 02/06/11 23:27, Bram Moolenaar wrote: ZyX wrote: Is this expected: try throw 'Throw' catch echoe 'Echoe' echom 'Echom' endtry will show only 'Echoe', but not 'Echom'? I though that «When used inside a try conditional» refers only to the first

Re: [?] echoe acts like an exception inside :catch and :finally blocks

2011-06-02 Fir de Conversatie Ben Schmidt
On 3/06/11 9:45 AM, Tony Mechelynck wrote: On 02/06/11 23:27, Bram Moolenaar wrote: ZyX wrote: Is this expected: try throw 'Throw' catch echoe 'Echoe' echom 'Echom' endtry will show only 'Echoe', but not 'Echom'? I though that «When used inside a try conditional» refers only to the first