commit | 418f1df54763b79600db1c91c880fbc1007b2e1f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 21:34:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 21:34:49 2020 +0200 |
tree | 5ffaf68d304881ef490608d00e4a1ed4df04ed4a | |
parent | fd77748df2ba7d5f38aab649cb630374620462d7 [diff] [blame] |
patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakes Problem: Vim9: always converting to string for ".." leads to mistakes. Solution: Only automatically convert simple types.
diff --git a/src/version.c b/src/version.c index 1100818..f764e98 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1435, +/**/ 1434, /**/ 1433,