comparison src/proto/fileio.pro @ 15840:734b1928a5aa v8.1.0927

patch 8.1.0927: USE_CR is never defined commit https://github.com/vim/vim/commit/00590740081489db69f43d9f1c0e3f70e29ce6da Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 15 21:06:09 2019 +0100 patch 8.1.0927: USE_CR is never defined Problem: USE_CR is never defined. Solution: Remove usage of USE_CR. (Ken Takata, closes https://github.com/vim/vim/issues/3958)
author Bram Moolenaar <Bram@vim.org>
date Fri, 15 Feb 2019 21:15:07 +0100
parents 40336d427dd2
children e2d8d83e6721
comparison
equal deleted inserted replaced
15839:ed6ecf44dbaf 15840:734b1928a5aa
16 void shorten_fnames(int force); 16 void shorten_fnames(int force);
17 void shorten_filenames(char_u **fnames, int count); 17 void shorten_filenames(char_u **fnames, int count);
18 char_u *modname(char_u *fname, char_u *ext, int prepend_dot); 18 char_u *modname(char_u *fname, char_u *ext, int prepend_dot);
19 char_u *buf_modname(int shortname, char_u *fname, char_u *ext, int prepend_dot); 19 char_u *buf_modname(int shortname, char_u *fname, char_u *ext, int prepend_dot);
20 int vim_fgets(char_u *buf, int size, FILE *fp); 20 int vim_fgets(char_u *buf, int size, FILE *fp);
21 int tag_fgets(char_u *buf, int size, FILE *fp);
22 int vim_rename(char_u *from, char_u *to); 21 int vim_rename(char_u *from, char_u *to);
23 int check_timestamps(int focus); 22 int check_timestamps(int focus);
24 int buf_check_timestamp(buf_T *buf, int focus); 23 int buf_check_timestamp(buf_T *buf, int focus);
25 void buf_reload(buf_T *buf, int orig_mode); 24 void buf_reload(buf_T *buf, int orig_mode);
26 void buf_store_time(buf_T *buf, stat_T *st, char_u *fname); 25 void buf_store_time(buf_T *buf, stat_T *st, char_u *fname);