Re: Floating point syntax

2008-06-06 Fir de Conversatie Tony Mechelynck
On 05/06/08 05:05, Bill McCarthy wrote: On Wed 4-Jun-08 3:42pm -0600, Bram Moolenaar wrote: Anyway, here is a patch to accept plain floating point numbers. Goes on top of the previous floating point patch. Give it a try and find out if any of your scripts break. My eval.c is the current

Re: Floating point syntax

2008-06-06 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: On 04/06/08 21:40, Ilya Bobir wrote: [...] If there are no scripts that use two numbers with a dot in between without interleaving spaces then it follows that there are none that have these kind of numbers with an exponent appended. And it means that if the

Re: Floating point syntax

2008-06-06 Fir de Conversatie Ben Schmidt
Bram Moolenaar wrote: Tony Mechelynck wrote: On 04/06/08 21:40, Ilya Bobir wrote: [...] If there are no scripts that use two numbers with a dot in between without interleaving spaces then it follows that there are none that have these kind of numbers with an exponent appended. And it

Re: Floating point syntax

2008-06-06 Fir de Conversatie ThoML
Another corner case that I believe wasn't searched for with the regex is simply 2e32 which is presently valid and almost equivalent to the above If it's supposed to be a float I think it should IMHO be 2.0e32. This format currently isn't supported for integers it seems. BTW I'm glad to see

Request For Feedback: timeout per-mapping wish, like :nnoremap timeout=200lhs rhs

2008-06-06 Fir de Conversatie Yakov Lerner
I'd lile to hear people feedback about timeout per-mapping wish, like: :noremap timeout=200XYZ .. I have certain mappings for which wish to define smaller timeout that my usual keyboard timeout. Does anybody have feedback ? Yakov

Re: Request For Feedback: timeout per-mapping wish, like :nnoremap timeout=200lhs rhs

2008-06-06 Fir de Conversatie Tony Mechelynck
On 06/06/08 20:52, Yakov Lerner wrote: I'd lile to hear people feedback about timeout per-mapping wish, like: :noremaptimeout=200XYZ .. I have certain mappings for which wish to define smaller timeout that my usual keyboard timeout. Does anybody have feedback ? Yakov not

Proposal: syn-indent

2008-06-06 Fir de Conversatie Ben Fritz
I am a big fan of the ability to create folding right in the syntax files. What better place to define folding based on the syntax of the file, than right in the syntax file? I sometimes find myself wishing that I could do the same thing to define _indentation_ based on the syntax of the file.