diff options
author | Max Christian Pohle | 2018-06-20 23:03:55 +0200 |
---|---|---|
committer | Max Christian Pohle | 2018-06-20 23:03:55 +0200 |
commit | 20f44bf13a43456f37245c9d4d76e9be193ecd60 (patch) | |
tree | 1155ef82b4a6c51dd4d6613e2e96846e5dd462e4 /after | |
parent | 72bc799d4d3da199d3f4d97ab41fe85ca75bfd76 (diff) | |
download | vim-20f44bf13a43456f37245c9d4d76e9be193ecd60.tar.bz2 vim-20f44bf13a43456f37245c9d4d76e9be193ecd60.zip |
Fixed code folding bug
also added some Git menu enties
improved the recently used files startup screen
improved the foltext by removing double white spaces
improved contextual statusline
Diffstat (limited to 'after')
-rw-r--r-- | after/syntax/c.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/after/syntax/c.vim b/after/syntax/c.vim index 75170cf..9ffe0ae 100644 --- a/after/syntax/c.vim +++ b/after/syntax/c.vim | |||
@@ -15,8 +15,8 @@ syntax match Comment "//.*" contains=Todo | |||
15 | syn clear cBlock | 15 | syn clear cBlock |
16 | syn region cBlock start=/{/ end=/}/ transparent | 16 | syn region cBlock start=/{/ end=/}/ transparent |
17 | 17 | ||
18 | " multiple single line comments in a row | 18 | " multiple single line comments in a row " broken! |
19 | syn region myCComment start="/\*" end="\*/" fold keepend transparent | 19 | " syn region myCComment start="/\*" end="\*/" fold keepend transparent |
20 | 20 | ||
21 | 21 | ||
22 | " let b:current_syntax = "c" | 22 | " let b:current_syntax = "c" |