Mercurial > vim
annotate src/proto/version.pro @ 7096:00b9f0c048db v7.4.860
commit https://github.com/vim/vim/commit/a122b5e98afe18c9cfdab31b77d2a9fbb8e36416
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Sep 8 19:13:51 2015 +0200
patch 7.4.860
Problem: Filetype detection is outdated.
Solution: Include all recent and not-so-recent changes.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 08 Sep 2015 19:15:04 +0200 |
parents | 71859e71b1f9 |
children | 21b0a39d13ed |
rev | line source |
---|---|
7 | 1 /* version.c */ |
1121 | 2 void make_version __ARGS((void)); |
3 int highest_patch __ARGS((void)); | |
4 int has_patch __ARGS((int n)); | |
5 void ex_version __ARGS((exarg_T *eap)); | |
6 void list_version __ARGS((void)); | |
5126
71859e71b1f9
updated for version 7.3.1306
Bram Moolenaar <bram@vim.org>
parents:
1121
diff
changeset
|
7 void maybe_intro_message __ARGS((void)); |
1121 | 8 void intro_message __ARGS((int colon)); |
9 void ex_intro __ARGS((exarg_T *eap)); | |
7 | 10 /* vim: set ft=c : */ |