Mercurial > vim
view src/proto/version.pro @ 8116:3c1bdf20c8b9 v7.4.1352
commit https://github.com/vim/vim/commit/93bf558caef2d507ef6baf56eaf6025b63da1e34
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Feb 18 22:25:47 2016 +0100
patch 7.4.1352
Problem: The test script lists all functions before executing them.
Solution: Only list the function currently being executed.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 18 Feb 2016 22:30:09 +0100 |
parents | 21b0a39d13ed |
children | 8ca1da2a043b |
line wrap: on
line source
/* version.c */ void make_version(void); int highest_patch(void); int has_patch(int n); void ex_version(exarg_T *eap); void list_version(void); void maybe_intro_message(void); void intro_message(int colon); void ex_intro(exarg_T *eap); /* vim: set ft=c : */