1
0
forked from aniani/vim

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".
This commit is contained in:
Bram Moolenaar
2021-12-21 09:42:09 +00:00
parent 6f79e614b2
commit 0d807107b6
5 changed files with 20 additions and 18 deletions

View File

@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3865,
/**/
3864,
/**/