commit | c750d91a07ace532e993349aa5c13dda5c888cc0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 29 22:02:12 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 29 22:02:12 2021 +0000 |
tree | 6627430830249d7c4733084063ac11f46529ce95 | |
parent | 6b839ac77586f69a814d2940f59f0125f55c5f81 [diff] [blame] |
patch 8.2.3701: Vim9: invalid LHS is not possible Problem: Vim9: invalid LHS is not possible. Solution: Remove unreachable error message.
diff --git a/src/version.c b/src/version.c index c7daabc..b8dbf37 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3701, +/**/ 3700, /**/ 3699,