Set tabstop=8 for gcc-match file types.

2019-09-02  Martin Liska  <mliska@suse.cz>

	* vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.

From-SVN: r275295
This commit is contained in:
Martin Liska 2019-09-02 09:46:18 +02:00 committed by Martin Liska
parent 1acbaa7530
commit c746efcab3
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2019-09-02 Martin Liska <mliska@suse.cz>
* vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.
2019-08-13 Uros Bizjak <ubizjak@gmail.com>
* test_summary: Do not escape "=".

View File

@ -68,4 +68,6 @@ hi def link pdComment Comment
hi def link pdTodo Todo
hi def link pdPreProc PreProc
setlocal tabstop=8
let b:current_syntax = "gcc-match"