view src/proto/version.pro @ 7895:bff95e0d8885 v7.4.1244

commit https://github.com/vim/vim/commit/f57969a20a4398f56e3028a6cc1102f9f9286ccf Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 2 20:47:49 2016 +0100 patch 7.4.1244 Problem: The channel functions don't sort together. Solution: Use a common "ch_" prefix.
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Feb 2016 21:00:07 +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 : */