commit | 8d56622944d563a79676e99532bd372b2bc6fa1f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 14 21:42:54 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 14 21:42:54 2020 +0200 |
tree | 5041d39c957310d6c1b004111588fe2ddef27439 | |
parent | 41fab3eac80893fd203663fc6a7ded09b04b633f [diff] [blame] |
patch 8.2.1452: Vim9: dead code in to_name_end() Problem: Vim9: dead code in to_name_end(). Solution: Remove check for lambda and dict, it won't be used.
diff --git a/src/version.c b/src/version.c index 132af7c..842af41 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1452, +/**/ 1451, /**/ 1450,