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:
parent
1acbaa7530
commit
c746efcab3
@ -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 "=".
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user