Re: Issue 172 in vim: On GNOME, modal dialog "file has changed" does not receive focus when opened

2013-10-15 Fir de Conversatie vim
Comment #2 on issue 172 by john.b.l...@gmail.com: On GNOME, modal dialog "file has changed" does not receive focus when opened http://code.google.com/p/vim/issues/detail?id=172 FWIW, on Kubuntu 13.04, using the distro vim 7.3.547, (and also 7.4.52), with or without -u NONE, I don't see this

Re: Dear Bram

2013-10-15 Fir de Conversatie /#!/JoePea
On Mon, Oct 14, 2013 at 6:32 AM, Paul LeoNerd wrote: > On Sun, 13 Oct 2013 14:00:15 -0700 (PDT) > Joseph Pea wrote: > > > The most trouble this will cause is that some people will have to > > rewrite their mappings with the correct keystroke identifiers, which > > is very easy to do. > > > > I ho

Re: Dear Bram

2013-10-15 Fir de Conversatie ZyX
I see two problems with input queue: 1. Recognition and mapping keys that currently cannot be mapped. 2. Keeping backward compatibility with old behavior: e.g. keeping and the same while allowing to map them separately. I think that these problems should have separate solutions. To solve 1. we

Re: [BUG] handle_subscript is unable to handle (expr1)(args) expression while skipping

2013-10-15 Fir de Conversatie ZyX
> Note: patch is known to pass all tests, but I have not checked it under > valgrind (seems to not introduce any problems). No tests yet: not sure where > to put it. Test is as simple as checking that `echo (0 && (function('tr'))(1, > 2, 3))` echoes zero and no errors: output captured with `:red

Re: [BUG] handle_subscript is unable to handle (expr1)(args) expression while skipping

2013-10-15 Fir de Conversatie ZyX
On Monday, October 14, 2013 11:40:48 PM UTC+4, ZyX wrote: > Try the following code: > > vim -u NONE -N -c "echo (0 && (function('tr'))(1, 2, 3))" > > . This will throw “E110: Missing ')'” error while it should throw nothing > (after changing 0 to 1 it works fine effectively showing that I ha

[PATCH] Improved Clean highlighting

2013-10-15 Fir de Conversatie J. Stutterheim
Hi, Please find attached a patch that improves Clean syntax highlighting. The updated clean.vim is also included. - Jurriën -- -- 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 http://ww