summaryrefslogtreecommitdiffstats
path: root/src/proto/ex_cmds.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-02-24 03:30:14 +0000
committerBram Moolenaar <Bram@vim.org>2009-02-24 03:30:14 +0000
commitde0dfed7013f5c40b3ef9fb448edb7fa6ab65bb4 (patch)
tree41573f70e6eacb061dae8a55595fc0151de29c33 /src/proto/ex_cmds.pro
parente4bfca808d939f4cf9e27052e2a99cb60239a891 (diff)
updated for version 7.2-126v7.2.126
Diffstat (limited to 'src/proto/ex_cmds.pro')
-rw-r--r--src/proto/ex_cmds.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ex_cmds.pro b/src/proto/ex_cmds.pro
index 1a15c88e75..b2c77cd17b 100644
--- a/src/proto/ex_cmds.pro
+++ b/src/proto/ex_cmds.pro
@@ -40,6 +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 free_signs __ARGS((void));
int prepare_tagpreview __ARGS((int undo_sync));
void ex_help __ARGS((exarg_T *eap));
char_u *check_help_lang __ARGS((char_u *arg));