Re: [patch] Add support of C++0x in cpp.vim

2012-06-14 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > > Sounds good to me. If you have bigger changes, please first send a > > version to vim-dev for others to make comments on. If that looks OK > > then please email me the version to be included in the distribution. > > > > Please update the header of the file accordi

Re: [patch] Add support of C++0x in cpp.vim

2012-06-13 Fir de Conversatie mattn
> Sounds good to me. If you have bigger changes, please first send a > version to vim-dev for others to make comments on. If that looks OK > then please email me the version to be included in the distribution. > > Please update the header of the file accordingly, moving the maintainer > to previ

Re: [patch] Add support of C++0x in cpp.vim

2012-06-13 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > I'm managing vim-jp. > > vim-jp is working group that hope to make developer's network in > japan, and fix vim bugs, provide binary packages for MacOSX/Windows, > writing blog entries about vim, provide useful plugins. > > http://vim-jp.org/ > > We discuss in japane

Re: [patch] Add support of C++0x in cpp.vim

2012-06-11 Fir de Conversatie mattn
Hi I'm managing vim-jp. vim-jp is working group that hope to make developer's network in japan, and fix vim bugs, provide binary packages for MacOSX/Windows, writing blog entries about vim, provide useful plugins. http://vim-jp.org/ We discuss in japanese and send many patches to vim-dev. We

Re: [patch] Add support of C++0x in cpp.vim

2012-06-09 Fir de Conversatie Ricardo Catalinas Jiménez
On Sat, Jun 09, 2012 at 01:06:13PM +0200, Bram Moolenaar wrote: > The maintainer of the C++ file, Ken Shan, has not contacted us for > almost ten years. We need someone else to maintain this syntax file. Here it is an improved patch for C++11 keywords support in the syntax file. I added some prev

Re: [patch] Add support of C++0x in cpp.vim

2012-06-09 Fir de Conversatie Ricardo Catalinas Jiménez
On Sat, Jun 09, 2012 at 01:06:13PM +0200, Bram Moolenaar wrote: > The maintainer of the C++ file, Ken Shan, has not contacted us for > almost ten years. We need someone else to maintain this syntax file. Well, I'm not C++ expert, but I would like to submit an improved version of this patch. I thin

Re: [patch] Add support of C++0x in cpp.vim

2012-06-09 Fir de Conversatie Bram Moolenaar
Ricardo wrote: > On Tuesday, December 15, 2009 12:19:37 PM UTC+1, Michael Tsang wrote: > > diff -ur vim-7.2.245.orig/runtime/syntax/cpp.vim > > vim-7.2.245/runtime/syntax/cpp.vim > > --- vim-7.2.245.orig/runtime/syntax/cpp.vim 2009-12-15 19:17:48.0 > > +0800 > > +++ vim-7.2.245/runtime/

Re: [patch] Add support of C++0x in cpp.vim

2012-06-08 Fir de Conversatie Ricardo
On Tuesday, December 15, 2009 12:19:37 PM UTC+1, Michael Tsang wrote: > diff -ur vim-7.2.245.orig/runtime/syntax/cpp.vim > vim-7.2.245/runtime/syntax/cpp.vim > --- vim-7.2.245.orig/runtime/syntax/cpp.vim 2009-12-15 19:17:48.0 > +0800 > +++ vim-7.2.245/runtime/syntax/cpp.vim2009-

[patch] Add support of C++0x in cpp.vim

2009-12-15 Fir de Conversatie Michael Tsang
diff -ur vim-7.2.245.orig/runtime/syntax/cpp.vim vim-7.2.245/runtime/syntax/cpp.vim --- vim-7.2.245.orig/runtime/syntax/cpp.vim 2009-12-15 19:17:48.0 +0800 +++ vim-7.2.245/runtime/syntax/cpp.vim 2009-12-15 19:18:04.0 +0800 @@ -33,6 +33,14 @@ syn keyword cppNumber NP