commit | a471eeae75cda982bb6ddffbb0cbb71d868b97bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 04 22:20:26 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 04 22:20:26 2020 +0100 |
tree | bdd8d5b249cd291c30a2d96e77d48cb8f5d4dd17 | |
parent | a65bb53514a1af1ec0dc5c4831dfaef69f139a48 [diff] [blame] |
patch 8.2.0355: Vim9: str_val is confusing, it's a number Problem: Vim9: str_val is confusing, it's a number Solution: Rename to stnr_val.
diff --git a/src/version.c b/src/version.c index 1cbe9e2..f494186 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 355, +/**/ 354, /**/ 353,