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 'tabstop' in Vim, and need to reset it back to its > default value of 8, as assumed by coding standards in GCC?
Yes, that was my motivation. > > 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. Martin > > Thanks. > Alexander >