comparison src/proto/ex_cmds2.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 a590029f16a0
children abb67309c1ca
comparison
equal deleted inserted replaced
15839:ed6ecf44dbaf 15840:734b1928a5aa
91 int do_source(char_u *fname, int check_other, int is_vimrc); 91 int do_source(char_u *fname, int check_other, int is_vimrc);
92 void ex_scriptnames(exarg_T *eap); 92 void ex_scriptnames(exarg_T *eap);
93 void scriptnames_slash_adjust(void); 93 void scriptnames_slash_adjust(void);
94 char_u *get_scriptname(scid_T id); 94 char_u *get_scriptname(scid_T id);
95 void free_scriptnames(void); 95 void free_scriptnames(void);
96 char *fgets_cr(char *s, int n, FILE *stream);
97 char_u *getsourceline(int c, void *cookie, int indent); 96 char_u *getsourceline(int c, void *cookie, int indent);
98 void script_line_start(void); 97 void script_line_start(void);
99 void script_line_exec(void); 98 void script_line_exec(void);
100 void script_line_end(void); 99 void script_line_end(void);
101 void ex_scriptencoding(exarg_T *eap); 100 void ex_scriptencoding(exarg_T *eap);