Commit c746efca by Martin Liska Committed by Martin Liska

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
parent 1acbaa75
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> 2019-08-13 Uros Bizjak <ubizjak@gmail.com>
* test_summary: Do not escape "=". * test_summary: Do not escape "=".
......
...@@ -68,4 +68,6 @@ hi def link pdComment Comment ...@@ -68,4 +68,6 @@ hi def link pdComment Comment
hi def link pdTodo Todo hi def link pdTodo Todo
hi def link pdPreProc PreProc hi def link pdPreProc PreProc
setlocal tabstop=8
let b:current_syntax = "gcc-match" let b:current_syntax = "gcc-match"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment