diff src/proto/vim9execute.pro @ 30126:01408b56f093 v9.0.0399

patch 9.0.0399: using :defer in expression funcref not tested Commit: https://github.com/vim/vim/commit/98aff658d5f97629d7c3a9fccac6c79fc9c6029d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 6 21:02:35 2022 +0100 patch 9.0.0399: using :defer in expression funcref not tested Problem: Using :defer in expression funcref not tested. Solution: Add a test. Fix uncovered problems.
author Bram Moolenaar <Bram@vim.org>
date Tue, 06 Sep 2022 22:15:02 +0200
parents 458162398682
children 6575d0bf6061
line wrap: on
line diff
--- a/src/proto/vim9execute.pro
+++ b/src/proto/vim9execute.pro
@@ -4,6 +4,8 @@ void update_has_breakpoint(ufunc_T *ufun
 void funcstack_check_refcount(funcstack_T *funcstack);
 int set_ref_in_funcstacks(int copyID);
 int in_def_function(void);
+ectx_T *clear_currrent_ectx(void);
+void restore_current_ectx(ectx_T *ectx);
 int add_defer_function(char_u *name, int argcount, typval_T *argvars);
 char_u *char_from_string(char_u *str, varnumber_T index);
 char_u *string_slice(char_u *str, varnumber_T first, varnumber_T last, int exclusive);