Hi, I sent this patch to the vim.vim maintainer, Charles Campbell, but didn't get a response. Resubmitting to vim_dev.
On Fri, May 10, 2013 at 1:51 PM, I wrote: > Dear Charles Campbell, > > the regular expression for "vimNumber" in syntax/vim.vim is wrong. > > Attached patch fixes it. > > For reference, the exact regexp to match integer and floating point > numbers in Vim script is /[+-]\=\d\+\%(\.\d\+\%([eE][+-]\=\d\+\)\=\)\=/. > > Best, > > David Bürgin The second patch applies to the same file. It removes a few mistaken command keywords like ":comment" and ":quote". Thanks. -- -- 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://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
fix-vim-number-syntax.patch
Description: Binary data
fix-vim-commands-syntax.patch
Description: Binary data
