diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-10-24 19:18:58 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-10-24 19:18:58 +0000 |
commit | 009b2592f7488286f286484b7f389e36fffa4bd9 (patch) | |
tree | c73d489697594d2c1216168f9bfb8763caed31f7 /src/proto/fileio.pro | |
parent | 47136d70fafd8b101965b8d3d4bb72f5fe7dc231 (diff) | |
download | vim-git-009b2592f7488286f286484b7f389e36fffa4bd9.tar.gz |
updated for version 7.0020
Diffstat (limited to 'src/proto/fileio.pro')
-rw-r--r-- | src/proto/fileio.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/fileio.pro b/src/proto/fileio.pro index fa275f463..a2fb7b400 100644 --- a/src/proto/fileio.pro +++ b/src/proto/fileio.pro @@ -3,6 +3,8 @@ void filemess __ARGS((buf_T *buf, char_u *name, char_u *s, int attr)); int readfile __ARGS((char_u *fname, char_u *sfname, linenr_T from, linenr_T lines_to_skip, linenr_T lines_to_read, exarg_T *eap, int flags)); int prep_exarg __ARGS((exarg_T *eap, buf_T *buf)); int buf_write __ARGS((buf_T *buf, char_u *fname, char_u *sfname, linenr_T start, linenr_T end, exarg_T *eap, int append, int forceit, int reset_changed, int filtering)); +void msg_add_fname __ARGS((buf_T *buf, char_u *fname)); +void msg_add_lines __ARGS((int insert_space, long lnum, long nchars)); char_u *shorten_fname __ARGS((char_u *full_path, char_u *dir_name)); void shorten_fnames __ARGS((int force)); void shorten_filenames __ARGS((char_u **fnames, int count)); |