Stephen R. van den Berg wrote:
Stephen R. van den Berg wrote:
pike.vim/cmod.vim/autodoc.vim files directly from the https://github.com/vim/vim/pull/2558
This bumps the version to 2.6 for all of them. Notable changes: pike.vim: - Boosted paren mismatch checks (it works a lot better than in c.vim now). - Offer several sync methods to resync parsing with the file. - Finetuned parsing and display of break/continue and static case labels.
autodoc.vim: - Different colour for directives that are of the @xyz @endxyz type.
c.vim: - Embedded Autodoc support. Add to your .vimrc: let b:c_autdoc=1 to enable it.