aboutsummaryrefslogtreecommitdiff
path: root/after/syntax/c.vim
AgeCommit message (Collapse)Author
2018-06-23Improved UI consistencyMax Christian Pohle
2018-06-20Fixed code folding bugMax Christian Pohle
also added some Git menu enties improved the recently used files startup screen improved the foltext by removing double white spaces improved contextual statusline
2018-06-07Added arglist count to statusbarMax Christian Pohle
2018-05-17Fixed code folding for C comments, added spell checkingMax Christian Pohle
2018-05-14Added installer and fixed spell checking errorMax Christian Pohle
The error was visible in C files where comments of highlighting group Folded were not displaying bad spelling colors any more.
2018-02-27Fixed syntax of C commentsMax Christian Pohle
2018-02-07Improved foldtext, removed default textwidth=120Max Christian Pohle
2018-01-31Added comment folding to C filetypeMax Christian Pohle
this works by overruling some of the default settings, see :help mysyntaxfile-add*
..