Re: Patch 7.1.306

2008-06-04 Fir de Conversatie Tony Mechelynck
On 04/06/08 10:59, Bram Moolenaar wrote: Patch 7.1.306 Problem:Some Unicode characters are handled like word characters while they are symbols. Solution: Adjust the table for Unicode classification. Files:src/mbyte.c After applying patches 7.1.306 to 7.1.308 (of

Re: Patch 7.1.306

2008-06-04 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: On 04/06/08 10:59, Bram Moolenaar wrote: Patch 7.1.306 Problem:Some Unicode characters are handled like word characters while they are symbols. Solution: Adjust the table for Unicode classification. Files: src/mbyte.c After applying

Floating point syntax

2008-06-04 Fir de Conversatie Ben Schmidt
Hi, folks, The earlier thread where Bram asked for comments on floating point syntax, after quite a few suggestions were made and rejected for compatibility reasons, petered out. However, two proposals were made that I think had merit, and I wonder if people have additional comment on them, and

Re: Patch to allow ctermfg or bg values as #rrggbb

2008-06-04 Fir de Conversatie Richard Musil
On Dec 21 2007, 6:44 am, Matt Wozniski [EMAIL PROTECTED] wrote: So, I'd appreciate comments. The reworked patch can be found: http://www.cs.drexel.edu/~mjw452/ctermrgb-src.diff (source, against SVN) http://www.cs.drexel.edu/~mjw452/ctermrgb-runtime.diff (runtime, against latest AAP) I have

Re: Floating point syntax

2008-06-04 Fir de Conversatie Bram Moolenaar
Ben Schmidt wrote: The earlier thread where Bram asked for comments on floating point syntax, after quite a few suggestions were made and rejected for compatibility reasons, petered out. However, two proposals were made that I think had merit, and I wonder if people have additional comment

Re: Floating point syntax

2008-06-04 Fir de Conversatie Ilya Bobir
Bram Moolenaar wrote: [...] The second was a proposal to represent floats as numbers with decimal points but no additional punctuation which was implicit in this report from Ilya Bobir: - I did a search for vim scripts that use concatenation operation between two numbers without

Re: Floating point syntax

2008-06-04 Fir de Conversatie Gary Johnson
On 2008-06-04, Bram Moolenaar [EMAIL PROTECTED] wrote: Ben Schmidt wrote: The second was a proposal to represent floats as numbers with decimal points but no additional punctuation which was implicit in this report from Ilya Bobir: - I did a search for vim scripts that use

Re: Floating point syntax

2008-06-04 Fir de Conversatie Bram Moolenaar
Ilya Bobir wrote: Bram Moolenaar wrote: [...] The second was a proposal to represent floats as numbers with decimal points but no additional punctuation which was implicit in this report from Ilya Bobir: - I did a search for vim scripts that use concatenation operation between

Re: Floating point syntax

2008-06-04 Fir de Conversatie Nico Weber
Yes, but most people appear to be OK with the 123.456 syntax. Thus if you want something else, you need to come up with good arguments. I still haven't seen any good arguments why an editor needs floating point numbers at all, other than hey, it can be done without breaking old scripts

Re: How to start for newbie

2008-06-04 Fir de Conversatie Andrei Aiordachioaie
Hello, I have recently started to work on the regular expression code ... In short, last summer two students have implemented a new version of the regular expression engine. However, it is not yet included in the main source code of Vim. As part of Google Summer of Code, my project deals with

Re: Patch 7.1.306

2008-06-04 Fir de Conversatie Bill McCarthy
On Wed 4-Jun-08 3:59am -0600, Bram Moolenaar wrote: Patch 7.1.306 I also found 307-311 on the ftp site. After deleting from the patches those portions applicable to runtime files (such as optwin.vim), they built fine. I then turned to floating point (which I last updated at 305). Only

Re: Floating point syntax

2008-06-04 Fir de Conversatie Bill McCarthy
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 release patched by both your latest and

udevrules filetype detection

2008-06-04 Fir de Conversatie Tony Mechelynck
On my system, udev rules files are detected as filetype=hog rather than filetype=udevrules. I suggest the following patch: *** ../vim71/runtime/filetype.vim Wed Jun 4 13:50:01 2008 --- runtime/filetype.vimThu Jun 5 05:06:49 2008 *** *** 1783,1788 --- 1783,1791