Re: [PATCH] add {dict} argument to getcharmod()

2011-12-02 Fir de Conversatie Yukihiro Nakadaira
`:help getcharmod()` is not correct. Result was changed by v7-0055. And mouse double, triple and quadruple do not have individual bit. Actual result is 2 shift 4 control 8 alt 16 meta (when it's different from ALT) 32 mouse double click 64 mouse triple click 96 mouse

Re: Bug: Macro not recorded on server for commands sent via client/server protocol

2011-12-02 Fir de Conversatie Mislav Marohnić
On Wednesday, November 30, 2011 10:59:36 AM UTC+1, Mislav Marohnić wrote: I'm controlling a macvim instance (the server) from command-line by issuing commands via `vim --remote-send` (the client). Everything seems to work except recording macros. For instance, I send this command: qa2hrXq

Re: Bug: Macro not recorded on server for commands sent via client/server protocol

2011-12-02 Fir de Conversatie Jürgen Krämer
Hi, Mislav Marohnić wrote: I'm controlling a macvim instance (the server) from command-line by issuing commands via `vim --remote-send` (the client). Everything seems to work except recording macros. For instance, I send this command: qa2hrXq This is supposed to record a macro in

Re: Bug: Macro not recorded on server for commands sent via client/server protocol

2011-12-02 Fir de Conversatie Andy Wokula
Am 02.12.2011 15:20, schrieb Mislav Marohnić: On Wednesday, November 30, 2011 10:59:36 AM UTC+1, Mislav Marohnić wrote: I'm controlling a macvim instance (the server) from command-line by issuing commands via `vim --remote-send` (the client). Everything seems to work except recording macros.

Re: Helping Out

2011-12-02 Fir de Conversatie Ben Fritz
On Dec 1, 6:16 pm, Taylor Hedberg tmhedb...@gmail.com wrote: I'm not really a Vim dev per se, having only made a few minor contributions, but all you need to do to create a patch is to check out the latest copy of the code from Mercurial:     hg clonehttps://code.google.com/p/vim/ or if

Re: [PATCH] add {dict} argument to getcharmod()

2011-12-02 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: `:help getcharmod()` is not correct. Result was changed by v7-0055. And mouse double, triple and quadruple do not have individual bit. Actual result is 2 shift 4 control 8 alt 16 meta (when it's different from ALT) 32 mouse double click

Re: [PATCH] add {dict} argument to getcharmod()

2011-12-02 Fir de Conversatie tyru
On Fri, Dec 2, 2011 at 6:40 PM, Yukihiro Nakadaira yukihiro.nakada...@gmail.com wrote: `:help getcharmod()` is not correct. Result was changed by v7-0055. And mouse double, triple and quadruple do not have individual bit. Actual result is 2 shift 4 control 8 alt 16 meta (when