comparison src/proto/buffer.pro @ 17744:4a3dca734d36 v8.1.1869

patch 8.1.1869: code for the argument list is spread out commit https://github.com/vim/vim/commit/4ad62155a1015751a6645aaecd94b02c94c8934b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 17 14:38:55 2019 +0200 patch 8.1.1869: code for the argument list is spread out Problem: Code for the argument list is spread out. Solution: Put argument list code in arglist.c. (Yegappan Lakshmanan, closes #4819)
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Aug 2019 14:45:04 +0200
parents cfdef48743ed
children 0f7ae8010787
comparison
equal deleted inserted replaced
17743:4ca7a477f326 17744:4a3dca734d36
50 void free_titles(void); 50 void free_titles(void);
51 int build_stl_str_hl(win_T *wp, char_u *out, size_t outlen, char_u *fmt, int use_sandbox, int fillchar, int maxwidth, struct stl_hlrec *hltab, struct stl_hlrec *tabtab); 51 int build_stl_str_hl(win_T *wp, char_u *out, size_t outlen, char_u *fmt, int use_sandbox, int fillchar, int maxwidth, struct stl_hlrec *hltab, struct stl_hlrec *tabtab);
52 void get_rel_pos(win_T *wp, char_u *buf, int buflen); 52 void get_rel_pos(win_T *wp, char_u *buf, int buflen);
53 char_u *fix_fname(char_u *fname); 53 char_u *fix_fname(char_u *fname);
54 void fname_expand(buf_T *buf, char_u **ffname, char_u **sfname); 54 void fname_expand(buf_T *buf, char_u **ffname, char_u **sfname);
55 char_u *alist_name(aentry_T *aep);
56 void do_arg_all(int count, int forceit, int keep_tabs);
57 void ex_buffer_all(exarg_T *eap); 55 void ex_buffer_all(exarg_T *eap);
58 void do_modelines(int flags); 56 void do_modelines(int flags);
59 int bt_normal(buf_T *buf); 57 int bt_normal(buf_T *buf);
60 int bt_quickfix(buf_T *buf); 58 int bt_quickfix(buf_T *buf);
61 int bt_terminal(buf_T *buf); 59 int bt_terminal(buf_T *buf);