comparison src/proto/eval.pro @ 16427:8c3a1bd270bb v8.1.1218

patch 8.1.1218: cannot set a directory for a tab page commit https://github.com/vim/vim/commit/00aa069db8132851a91cfc5ca7f58ef945c75c73 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 27 20:37:57 2019 +0200 patch 8.1.1218: cannot set a directory for a tab page Problem: Cannot set a directory for a tab page. Solution: Add the tab-local directory. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4212)
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Apr 2019 20:45:05 +0200
parents 0761a4c111a7
children 00ffed9bbb65
comparison
equal deleted inserted replaced
16426:21cad471f04a 16427:8c3a1bd270bb
114 void ex_echo(exarg_T *eap); 114 void ex_echo(exarg_T *eap);
115 void ex_echohl(exarg_T *eap); 115 void ex_echohl(exarg_T *eap);
116 void ex_execute(exarg_T *eap); 116 void ex_execute(exarg_T *eap);
117 win_T *find_win_by_nr(typval_T *vp, tabpage_T *tp); 117 win_T *find_win_by_nr(typval_T *vp, tabpage_T *tp);
118 win_T *find_win_by_nr_or_id(typval_T *vp); 118 win_T *find_win_by_nr_or_id(typval_T *vp);
119 win_T *find_tabwin(typval_T *wvp, typval_T *tvp); 119 win_T *find_tabwin(typval_T *wvp, typval_T *tvp, tabpage_T **ptp);
120 void getwinvar(typval_T *argvars, typval_T *rettv, int off); 120 void getwinvar(typval_T *argvars, typval_T *rettv, int off);
121 void setwinvar(typval_T *argvars, typval_T *rettv, int off); 121 void setwinvar(typval_T *argvars, typval_T *rettv, int off);
122 char_u *autoload_name(char_u *name); 122 char_u *autoload_name(char_u *name);
123 int script_autoload(char_u *name, int reload); 123 int script_autoload(char_u *name, int reload);
124 int read_viminfo_varlist(vir_T *virp, int writing); 124 int read_viminfo_varlist(vir_T *virp, int writing);