On 9/2/19 1:08 PM, Alexander Monakov wrote:
> On Mon, 2 Sep 2019, Martin Liška wrote:
>
>>> If that's the case, we should look into overriding 'tabstop' for all files
>>> in
>>> the gcc tree, including .md files, not just .pd and C/C++ files, right?
>>
>> Can be done but we don't have any 'au Buf
On Mon, 2 Sep 2019, Martin Liška wrote:
> > If that's the case, we should look into overriding 'tabstop' for all files
> > in
> > the gcc tree, including .md files, not just .pd and C/C++ files, right?
>
> Can be done but we don't have any 'au BufRead *.md' rule right now.
The solution I had in
On 9/2/19 11:56 AM, Alexander Monakov wrote:
> On Mon, 2 Sep 2019, Martin Liška wrote:
>
>> Yep, I'm going to apply following patch that does it properly for the
>> gcc-match
>> file type.
>
> So just to make sure I understand correctly why you need this:
>
> you use some other value of 'tabsto
On Mon, 2 Sep 2019, Martin Liška wrote:
> Yep, I'm going to apply following patch that does it properly for the
> gcc-match
> file type.
So just to make sure I understand correctly why you need this:
you use some other value of 'tabstop' in Vim, and need to reset it back to its
default value of
On 8/30/19 2:54 PM, Richard Biener wrote:
> On Fri, Aug 30, 2019 at 2:31 PM Alexander Monakov wrote:
>>
>>
>>
>> On Fri, 30 Aug 2019, Richard Biener wrote:
>>
>>> On Fri, Aug 30, 2019 at 12:58 PM Martin Liška wrote:
Hi.
I would like to add .pd to c_exts so that one
can ha
On Fri, Aug 30, 2019 at 2:31 PM Alexander Monakov wrote:
>
>
>
> On Fri, 30 Aug 2019, Richard Biener wrote:
>
> > On Fri, Aug 30, 2019 at 12:58 PM Martin Liška wrote:
> > >
> > > Hi.
> > >
> > > I would like to add .pd to c_exts so that one
> > > can have correctly set tab width, etc.
> >
> > But
On Fri, 30 Aug 2019, Richard Biener wrote:
> On Fri, Aug 30, 2019 at 12:58 PM Martin Liška wrote:
> >
> > Hi.
> >
> > I would like to add .pd to c_exts so that one
> > can have correctly set tab width, etc.
>
> But then it will auto-indent with too much spaces, no?
I think it's fine, the scri
On 8/30/19 2:09 PM, Richard Biener wrote:
> But then it will auto-indent with too much spaces, no?
It's doesn't understand the lisp-like notation
(foo
(bar
(baz
so no auto-indentation is happening.
Martin
On Fri, Aug 30, 2019 at 12:58 PM Martin Liška wrote:
>
> Hi.
>
> I would like to add .pd to c_exts so that one
> can have correctly set tab width, etc.
But then it will auto-indent with too much spaces, no?
Richard.
> Ready for trunk?
> Thanks,
> Martin
>
> contrib/ChangeLog:
>
> 2019-08-30 Ma