commit | a2c026d0fd470d68d679616fddfc285cb4834412 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 18 18:03:17 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 18 18:03:17 2020 +0200 |
tree | d27998d17bcf402ed722648db7ced31fa76f5f0a | |
parent | 335e67132265b068f39f3671e5dff2aecd1bf403 [diff] [blame] |
patch 8.2.1861: Vim9: no specific error when parsing lambda fails Problem: Vim9: no specific error when parsing lambda fails. Solution: Also give syntax errors when not evaluating. (closes #7154)
diff --git a/src/version.c b/src/version.c index 7720998..5a53443 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1861, +/**/ 1860, /**/ 1859,