commit | f5d52c90e0f2f51622a911b646024b2ad1225ed4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 31 22:51:10 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 31 22:51:10 2021 +0200 |
tree | 8d58b16c1b184809e49d002d5279e59ee6bcebd7 | |
parent | 9e0ee590197d74f94b7127bf0e033e4f83cf3762 [diff] [blame] |
patch 8.2.3263: Vim9: "..=" does not accept same types as the ".." operator Problem: Vim9: "..=" does not accept same types as the ".." operator. Solution: Convert value to string like ".." does. (issue #8664)
diff --git a/src/version.c b/src/version.c index fcfd211..76c3e97 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3263, +/**/ 3262, /**/ 3261,