]> granicus.if.org Git - vim/commit
patch 8.2.3865: Vim9: compiler complains about using "try" as a struct member v8.2.3865
authorBram Moolenaar <Bram@vim.org>
Tue, 21 Dec 2021 09:42:09 +0000 (09:42 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 21 Dec 2021 09:42:09 +0000 (09:42 +0000)
commit0d807107b66e0d30d4f338c272962af5714c400e
tree08f92991f2306d674e5bf4f9993ee666fda2b71d
parent6f79e614b25caebd35cf0d82b6f3b7e0733849ec
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".
src/version.c
src/vim9.h
src/vim9cmds.c
src/vim9execute.c
src/vim9instr.c