summaryrefslogtreecommitdiffstats
path: root/src/proto/ex_cmds2.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-24 23:11:15 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-24 23:11:15 +0000
commit29a1c1d374151aae361dbf39f4b599403fee2e66 (patch)
treec006f6592413c2d29af4be4f28e84b8e6dce49d1 /src/proto/ex_cmds2.pro
parent1ec484f58e9fef3666e80aa835d99a287c155911 (diff)
updated for version 7.0092v7.0092
Diffstat (limited to 'src/proto/ex_cmds2.pro')
-rw-r--r--src/proto/ex_cmds2.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ex_cmds2.pro b/src/proto/ex_cmds2.pro
index 4914a44d3b..66584f5b0f 100644
--- a/src/proto/ex_cmds2.pro
+++ b/src/proto/ex_cmds2.pro
@@ -61,6 +61,7 @@ linenr_T *source_breakpoint __ARGS((void *cookie));
int *source_dbg_tick __ARGS((void *cookie));
int source_level __ARGS((void *cookie));
int do_source __ARGS((char_u *fname, int check_other, int is_vimrc));
+void free_scriptnames __ARGS((void));
void ex_scriptnames __ARGS((exarg_T *eap));
void scriptnames_slash_adjust __ARGS((void));
char_u *get_scriptname __ARGS((scid_T id));