Re: [PATCH] adding sha256({string}) function

2013-02-02 Fir de Conversatie h_east
Hi Bram and Tyru! 2013/1/9(Wed) 5:24:42 UTC+9 Bram Moolenaar: Tyru wrote: Here is a patch to add sha256({string}) function, which returns SHA256 checksum of {string}. To be honest, I don't know this patch is useful. because I've never had a time to use SHA256 checksum in

Re: Fix a performance bug around SGR 1006 style mouse reporting

2013-02-02 Fir de Conversatie Bram Moolenaar
Hayaki Saito wrote: I found a performance bug in SGR 1006 style mouse reporting patch which once I sent. The termcode of SGR 1006 style is ESC [ . So we don't need to parse it duplicately to distinguish it from termresponse code (typically it starts with ESC [ or ESC [ ?). This patch

Re: New featuabsolute line number in relativenumber for the current line

2013-02-02 Fir de Conversatie Christian Brabandt
Hi Bram! On Fr, 01 Feb 2013, Bram Moolenaar wrote: Christian Brabandt wrote: Hi François! On Fr, 01 Feb 2013, François Ingelrest wrote: On Wed, Jan 30, 2013 at 12:31 PM, Bram Moolenaar wrote: This looks like a good solution. I'll include it. With Christian's addition.

Re: [PATCH] adding sha256({string}) function

2013-02-02 Fir de Conversatie tyru
On Sat, Feb 2, 2013 at 9:36 PM, h_east h.east@gmail.com wrote: Hi Bram and Tyru! 2013/1/9(Wed) 5:24:42 UTC+9 Bram Moolenaar: Tyru wrote: Here is a patch to add sha256({string}) function, which returns SHA256 checksum of {string}. To be honest, I don't know this patch is