commit | 41d6196e302af5f1a99aeeac587b5c662c410166 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 06 20:12:43 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 06 20:12:43 2020 +0100 |
tree | 94420f3330a7a9ce810fb7c7b68633e2eb0e7c82 | |
parent | 5402175815a9b9b05772f339efa3ec9f73bdae09 [diff] [blame] |
patch 8.2.2103: Vim9: unreachable code Problem: Vim9: unreachable code. Solution: Remove the code to prepend s: to the variable name
diff --git a/src/version.c b/src/version.c index f023d97..2444f0b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2103, +/**/ 2102, /**/ 2101,