mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
updated for version 7.0181
This commit is contained in:
@@ -15,7 +15,7 @@ int tag_fgets __ARGS((char_u *buf, int size, FILE *fp));
|
|||||||
int vim_rename __ARGS((char_u *from, char_u *to));
|
int vim_rename __ARGS((char_u *from, char_u *to));
|
||||||
int check_timestamps __ARGS((int focus));
|
int check_timestamps __ARGS((int focus));
|
||||||
int buf_check_timestamp __ARGS((buf_T *buf, int focus));
|
int buf_check_timestamp __ARGS((buf_T *buf, int focus));
|
||||||
void buf_reload __ARGS((buf_T *buf));
|
void buf_reload __ARGS((buf_T *buf, int orig_mode));
|
||||||
void buf_store_time __ARGS((buf_T *buf, struct stat *st, char_u *fname));
|
void buf_store_time __ARGS((buf_T *buf, struct stat *st, char_u *fname));
|
||||||
void write_lnum_adjust __ARGS((linenr_T offset));
|
void write_lnum_adjust __ARGS((linenr_T offset));
|
||||||
void vim_deltempdir __ARGS((void));
|
void vim_deltempdir __ARGS((void));
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ bhdr_T *mf_get __ARGS((memfile_T *mfp, blocknr_T nr, int page_count));
|
|||||||
void mf_put __ARGS((memfile_T *mfp, bhdr_T *hp, int dirty, int infile));
|
void mf_put __ARGS((memfile_T *mfp, bhdr_T *hp, int dirty, int infile));
|
||||||
void mf_free __ARGS((memfile_T *mfp, bhdr_T *hp));
|
void mf_free __ARGS((memfile_T *mfp, bhdr_T *hp));
|
||||||
int mf_sync __ARGS((memfile_T *mfp, int flags));
|
int mf_sync __ARGS((memfile_T *mfp, int flags));
|
||||||
|
void mf_set_dirty __ARGS((memfile_T *mfp));
|
||||||
int mf_release_all __ARGS((void));
|
int mf_release_all __ARGS((void));
|
||||||
blocknr_T mf_trans_del __ARGS((memfile_T *mfp, blocknr_T old_nr));
|
blocknr_T mf_trans_del __ARGS((memfile_T *mfp, blocknr_T old_nr));
|
||||||
void mf_set_ffname __ARGS((memfile_T *mfp));
|
void mf_set_ffname __ARGS((memfile_T *mfp));
|
||||||
|
|||||||
@@ -36,5 +36,5 @@
|
|||||||
#define VIM_VERSION_NODOT "vim70aa"
|
#define VIM_VERSION_NODOT "vim70aa"
|
||||||
#define VIM_VERSION_SHORT "7.0aa"
|
#define VIM_VERSION_SHORT "7.0aa"
|
||||||
#define VIM_VERSION_MEDIUM "7.0aa ALPHA"
|
#define VIM_VERSION_MEDIUM "7.0aa ALPHA"
|
||||||
#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2006 Jan 13)"
|
#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2006 Jan 14)"
|
||||||
#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2006 Jan 13, compiled "
|
#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2006 Jan 14, compiled "
|
||||||
|
|||||||
Reference in New Issue
Block a user