diff src/proto/evalvars.pro @ 17887:39ffd167a307 v8.1.1940

patch 8.1.1940: script tests fail Commit: https://github.com/vim/vim/commit/34ed68d40eb9c71f34a44b94263f5e7e6856cba0 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 29 22:48:24 2019 +0200 patch 8.1.1940: script tests fail Problem: Script tests fail. Solution: Don't set vimvars type in set_vim_var_nr().
author Bram Moolenaar <Bram@vim.org>
date Thu, 29 Aug 2019 23:00:03 +0200
parents 5e2d8840da11
children e4d3b6c466d4
line wrap: on
line diff
--- a/src/proto/evalvars.pro
+++ b/src/proto/evalvars.pro
@@ -15,6 +15,7 @@ void ex_unlet(exarg_T *eap);
 void ex_lockvar(exarg_T *eap);
 int do_unlet(char_u *name, int forceit);
 char_u *get_user_var_name(expand_T *xp, int idx);
+void set_vim_var_type(int idx, vartype_T type);
 void set_vim_var_nr(int idx, varnumber_T val);
 typval_T *get_vim_var_tv(int idx);
 varnumber_T get_vim_var_nr(int idx);