commit | 0d807107b66e0d30d4f338c272962af5714c400e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 21 09:42:09 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 21 09:42:09 2021 +0000 |
tree | 08f92991f2306d674e5bf4f9993ee666fda2b71d | |
parent | 6f79e614b25caebd35cf0d82b6f3b7e0733849ec [diff] [blame] |
patch 8.2.3865: Vim9: compiler complains about using "try" as a struct member Problem: Vim9: compiler complains about using "try" as a struct member. Solution: Rename "try" to "tryref".
diff --git a/src/vim9instr.c b/src/vim9instr.c index d82efe9..48c90dc 100644 --- a/src/vim9instr.c +++ b/src/vim9instr.c
@@ -2088,7 +2088,7 @@ break; case ISN_TRY: - vim_free(isn->isn_arg.try.try_ref); + vim_free(isn->isn_arg.tryref.try_ref); break; case ISN_CEXPR_CORE: