From 20f44bf13a43456f37245c9d4d76e9be193ecd60 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Wed, 20 Jun 2018 23:03:55 +0200 Subject: 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 --- after/syntax/c.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'after') 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 syn clear cBlock syn region cBlock start=/{/ end=/}/ transparent -" multiple single line comments in a row -syn region myCComment start="/\*" end="\*/" fold keepend transparent +" multiple single line comments in a row " broken! +" syn region myCComment start="/\*" end="\*/" fold keepend transparent " let b:current_syntax = "c" -- cgit v1.2.3