comparison src/proto/buffer.pro @ 22721:92a100fc5e17 v8.2.1909

patch 8.2.1909: number of status line items is limited to 80 Commit: https://github.com/vim/vim/commit/8133cc6bf454eb90bb0868f7cf806fce5c0c9fe6 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 26 21:05:27 2020 +0100 patch 8.2.1909: number of status line items is limited to 80 Problem: Number of status line items is limited to 80. Solution: Dynamically allocate the arrays. (Rom Grk, closes https://github.com/vim/vim/issues/7181)
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Oct 2020 21:15:06 +0100
parents e871a824efc9
children 0b4658e030cb
comparison
equal deleted inserted replaced
22720:51ceeb95d655 22721:92a100fc5e17
46 void fileinfo(int fullname, int shorthelp, int dont_truncate); 46 void fileinfo(int fullname, int shorthelp, int dont_truncate);
47 void col_print(char_u *buf, size_t buflen, int col, int vcol); 47 void col_print(char_u *buf, size_t buflen, int col, int vcol);
48 void maketitle(void); 48 void maketitle(void);
49 void resettitle(void); 49 void resettitle(void);
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, stl_hlrec_T **hltab, stl_hlrec_T **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 void ex_buffer_all(exarg_T *eap); 55 void ex_buffer_all(exarg_T *eap);
56 void do_modelines(int flags); 56 void do_modelines(int flags);