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.5 for all of them. Notable changes: pike.vim: - Speedup, smaller memory footprint. - Robuster against Vim matching anomalies. - Consistent colouring even when scrolling up line-by-line. - Made the embedded SQL parser smarter; it now only switches to SQL if the string starts with a standard SQL statement (matching improved).