diff options
| author | Max Christian Pohle | 2018-06-23 01:10:55 +0200 | 
|---|---|---|
| committer | Max Christian Pohle | 2018-06-23 01:10:55 +0200 | 
| commit | 5d47f01f94ef508033a41ebcfc3de989755fd3ca (patch) | |
| tree | bbfeac87bdaeb00304eb7dc492b3d1b060a759ce /after/syntax | |
| parent | 20f44bf13a43456f37245c9d4d76e9be193ecd60 (diff) | |
| download | vim-karlmarks-5d47f01f94ef508033a41ebcfc3de989755fd3ca.tar.bz2 vim-karlmarks-5d47f01f94ef508033a41ebcfc3de989755fd3ca.zip  | |
Improved UI consistency
Diffstat (limited to 'after/syntax')
| -rw-r--r-- | after/syntax/c.vim | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/after/syntax/c.vim b/after/syntax/c.vim index 9ffe0ae..f4b1de9 100644 --- a/after/syntax/c.vim +++ b/after/syntax/c.vim  | |||
| @@ -19,6 +19,7 @@ syn region cBlock start=/{/ end=/}/ transparent | |||
| 19 | " syn region myCComment start="/\*" end="\*/" fold keepend transparent | 19 | " syn region myCComment start="/\*" end="\*/" fold keepend transparent | 
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | |||
| 22 | " let b:current_syntax = "c" | 23 | " let b:current_syntax = "c" | 
| 23 | " let g:polyglot_disabled = ['c/c++'] | 24 | " let g:polyglot_disabled = ['c/c++'] | 
| 24 | " unlet s:ft | 25 | " unlet s:ft | 
