comparison src/proto/eval.pro @ 17536:e00d12c085a5 v8.1.1766

patch 8.1.1766: code for writing session file is spread out commit https://github.com/vim/vim/commit/845380791196aec7f991987ebf7b22de3779d106 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 28 14:15:42 2019 +0200 patch 8.1.1766: code for writing session file is spread out Problem: Code for writing session file is spread out. Solution: Put it in one file. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4728)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Jul 2019 14:30:07 +0200
parents cfdef48743ed
children 117c7795a979
comparison
equal deleted inserted replaced
17535:3015901aaaa6 17536:e00d12c085a5
124 win_T *find_tabwin(typval_T *wvp, typval_T *tvp, tabpage_T **ptp); 124 win_T *find_tabwin(typval_T *wvp, typval_T *tvp, tabpage_T **ptp);
125 void getwinvar(typval_T *argvars, typval_T *rettv, int off); 125 void getwinvar(typval_T *argvars, typval_T *rettv, int off);
126 void setwinvar(typval_T *argvars, typval_T *rettv, int off); 126 void setwinvar(typval_T *argvars, typval_T *rettv, int off);
127 char_u *autoload_name(char_u *name); 127 char_u *autoload_name(char_u *name);
128 int script_autoload(char_u *name, int reload); 128 int script_autoload(char_u *name, int reload);
129 var_flavour_T var_flavour(char_u *varname);
130 int store_session_globals(FILE *fd);
131 void last_set_msg(sctx_T script_ctx); 129 void last_set_msg(sctx_T script_ctx);
132 void reset_v_option_vars(void); 130 void reset_v_option_vars(void);
133 void assert_error(garray_T *gap); 131 void assert_error(garray_T *gap);
134 int typval_compare(typval_T *typ1, typval_T *typ2, exptype_T type, int type_is, int ic); 132 int typval_compare(typval_T *typ1, typval_T *typ2, exptype_T type, int type_is, int ic);
135 char_u *typval_tostring(typval_T *arg); 133 char_u *typval_tostring(typval_T *arg);