This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Fix empty grouping problem in regex
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Tim Shen <timshen91 at gmail dot com>
- Cc: "libstdc++" <libstdc++ at gcc dot gnu dot org>
- Date: Tue, 20 Aug 2013 12:37:44 +0100
- Subject: Re: [Patch] Fix empty grouping problem in regex
- References: <CAPrifDmNAgtSb_Jc-VBXA=SzcQssdbraEjTLOsDw2f4VGwqn3A at mail dot gmail dot com> <20130819101733 dot GQ1814 at tucnak dot redhat dot com> <CAPrifDk5jJ583HJvZcvRX_UWzGy83jRXXSuUmU+DpMd+S5K6UQ at mail dot gmail dot com> <CAPrifDnoXme9uptKKNfiQPU0ghRSssGQ0oSrF-Tz7Di5P-1+aA at mail dot gmail dot com>
On 19 August 2013 15:08, Tim Shen wrote:
>
> By the way, do we have an Vim config file so that I can cast "gg=G"
> safely without bringing suprising things, for libstdc++?
I'm not sure if Vim can easily be made to follow our indentation style
perfectly. I have some autcmd settings for cpp files:
" generic C++ settings:
set mps+=<:> formatoptions=croql cindent cinoptions=:0,g0
comments=sr:/*,mb:*,el:*/,://
" libstdc++ customisation
set noet cinoptions+=,{1s,>2s,n-1s