Mercurial > vim
view src/proto/version.pro @ 4460:fe8a0a6a1c2a v7.3.978
updated for version 7.3.978
Problem: Regexp debug logs don't have a good name.
Solution: Use clear names and make it possible to write logs for the old and
new engines separately. (Taro Muraoka)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Mon, 20 May 2013 21:49:13 +0200 |
parents | e63691e7c504 |
children | 71859e71b1f9 |
line wrap: on
line source
/* version.c */ void make_version __ARGS((void)); int highest_patch __ARGS((void)); int has_patch __ARGS((int n)); void ex_version __ARGS((exarg_T *eap)); void list_version __ARGS((void)); void intro_message __ARGS((int colon)); void ex_intro __ARGS((exarg_T *eap)); /* vim: set ft=c : */