summaryrefslogtreecommitdiffstats
path: root/src/proto/ex_cmds.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-04-29 16:47:23 +0000
committerBram Moolenaar <Bram@vim.org>2009-04-29 16:47:23 +0000
commit3c65e314b432707440593d9ecf8d016b99e8ed8c (patch)
treefd672e95892087575722b1e9b7d63433dae6d92a /src/proto/ex_cmds.pro
parent5135d46481e766077b5b749156a333a3c5585fe1 (diff)
updated for version 7.2-166v7.2.166
Diffstat (limited to 'src/proto/ex_cmds.pro')
-rw-r--r--src/proto/ex_cmds.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/proto/ex_cmds.pro b/src/proto/ex_cmds.pro
index b2c77cd17b..315b6bb5e0 100644
--- a/src/proto/ex_cmds.pro
+++ b/src/proto/ex_cmds.pro
@@ -40,7 +40,6 @@ 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));
@@ -56,5 +55,8 @@ int sign_get_attr __ARGS((int typenr, int line));
char_u *sign_get_text __ARGS((int typenr));
void *sign_get_image __ARGS((int typenr));
char_u *sign_typenr2name __ARGS((int typenr));
+void free_signs __ARGS((void));
+char_u *get_sign_name __ARGS((expand_T *xp, int idx));
+void set_context_in_sign_cmd __ARGS((expand_T *xp, char_u *arg));
void ex_drop __ARGS((exarg_T *eap));
/* vim: set ft=c : */