diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-07-04 22:31:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-07-04 22:31:03 +0200 |
commit | 249f0dda510d4dc3b68ad3450d3b8f17eafa40b3 (patch) | |
tree | 36a51109efa69ad4abcc102a4b64c49b02a00d2d /src/proto/version.pro | |
parent | 61214040e91dc4635170a0c985a0ef2f5ffa2c55 (diff) | |
download | vim-git-249f0dda510d4dc3b68ad3450d3b8f17eafa40b3.tar.gz |
updated for version 7.3.1306v7.3.1306
Problem: When redrawing the screen during startup the intro message may be
cleared.
Solution: Redisplay the intro message when appropriate.
Diffstat (limited to 'src/proto/version.pro')
-rw-r--r-- | src/proto/version.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/version.pro b/src/proto/version.pro index 3f371f9b8..e6fb78f06 100644 --- a/src/proto/version.pro +++ b/src/proto/version.pro @@ -4,6 +4,7 @@ int highest_patch __ARGS((void)); int has_patch __ARGS((int n)); void ex_version __ARGS((exarg_T *eap)); void list_version __ARGS((void)); +void maybe_intro_message __ARGS((void)); void intro_message __ARGS((int colon)); void ex_intro __ARGS((exarg_T *eap)); /* vim: set ft=c : */ |