diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-02-07 22:03:36 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-02-07 22:03:36 +0000 |
commit | bee0c5b29f3240868be0677bf964bd3cf2ca52c7 (patch) | |
tree | 490728d8cfa7295d31f14599c21e574ebd5d8ad4 /src/proto/ex_cmds2.pro | |
parent | 7c62692d430af7313d52257895cfa8298676b6f6 (diff) | |
download | vim-git-bee0c5b29f3240868be0677bf964bd3cf2ca52c7.tar.gz |
updated for version 7.0049
Diffstat (limited to 'src/proto/ex_cmds2.pro')
-rw-r--r-- | src/proto/ex_cmds2.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ex_cmds2.pro b/src/proto/ex_cmds2.pro index 304bbef8a..3fa692212 100644 --- a/src/proto/ex_cmds2.pro +++ b/src/proto/ex_cmds2.pro @@ -43,6 +43,7 @@ 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 ex_scriptnames __ARGS((exarg_T *eap)); +int has_scriptname __ARGS((char_u *name)); void scriptnames_slash_adjust __ARGS((void)); char_u *get_scriptname __ARGS((scid_T id)); char *fgets_cr __ARGS((char *s, int n, FILE *stream)); |