commit | f0afd9e18227d3459c888584d0658a1837d2aaf8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 13 18:57:47 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 13 18:57:47 2020 +0200 |
tree | 58d6fe28100f18052a7c848f3db0fd592ba8356e | |
parent | b806aa5bd910dba94fbde586f6019b4825813d28 [diff] [blame] |
patch 8.2.1674: Vim9: internal error when using variable that was not set Problem: Vim9: internal error when using variable that was not set. Solution: Give a meaningful error. (closes #6937)
diff --git a/src/version.c b/src/version.c index f30daf8..503c6ea 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1674, +/**/ 1673, /**/ 1672,