diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-05-28 14:49:58 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-05-28 14:49:58 +0000 |
commit | aebaf89fd4626e52dee4a6bb4cdec8dbf2556bd2 (patch) | |
tree | 2afe10fdf37a9f22f6f948a7ca56c35cbdc01bb6 /src/proto | |
parent | 7a9892558776b37077b4a889364cef1c7902cba2 (diff) | |
download | vim-git-aebaf89fd4626e52dee4a6bb4cdec8dbf2556bd2.tar.gz |
updated for version 7.1-299v7.1.299
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/ex_getln.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ex_getln.pro b/src/proto/ex_getln.pro index f5feb201f..b4a501814 100644 --- a/src/proto/ex_getln.pro +++ b/src/proto/ex_getln.pro @@ -24,6 +24,7 @@ char_u *ExpandOne __ARGS((expand_T *xp, char_u *str, char_u *orig, int options, void ExpandInit __ARGS((expand_T *xp)); void ExpandCleanup __ARGS((expand_T *xp)); void ExpandEscape __ARGS((expand_T *xp, char_u *str, int numfiles, char_u **files, int options)); +char_u *vim_strsave_fnameescape __ARGS((char_u *fname, int shell)); void tilde_replace __ARGS((char_u *orig_pat, int num_files, char_u **files)); char_u *sm_gettail __ARGS((char_u *s)); char_u *addstar __ARGS((char_u *fname, int len, int context)); |