diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-11 21:32:59 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-11 21:32:59 +0000 |
commit | 038221bcd053bbc64968af5377b4c3cefc29cb07 (patch) | |
tree | 99f07f583310811a3f7f1da3ca608517b7b05a4a /src/proto | |
parent | d289f1315f9bc69987ec89f1dea18a8b7ecede00 (diff) | |
download | vim-038221bcd053bbc64968af5377b4c3cefc29cb07.zip |
updated for version 7.0221
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/ex_cmds.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/ex_cmds.pro b/src/proto/ex_cmds.pro index 87af03a0c..9751c4ca4 100644 --- a/src/proto/ex_cmds.pro +++ b/src/proto/ex_cmds.pro @@ -40,7 +40,7 @@ void global_exe __ARGS((char_u *cmd)); int read_viminfo_sub_string __ARGS((vir_T *virp, int force)); void write_viminfo_sub_string __ARGS((FILE *fp)); void free_old_sub __ARGS((void)); -void prepare_tagpreview __ARGS((void)); +int prepare_tagpreview __ARGS((void)); void ex_help __ARGS((exarg_T *eap)); char_u *check_help_lang __ARGS((char_u *arg)); int help_heuristic __ARGS((char_u *matched_string, int offset, int wrong_case)); |