commit | f76ec1eeb5bba9457bf2b5564364ee90662a0156 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 03 17:58:16 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 03 17:58:16 2021 +0100 |
tree | 90e387d2ce392fe09dabf3e9daf1e9b407625340 | |
parent | 51b477f74f0de11f6f92a65590f358e04a60a099 [diff] [blame] |
patch 8.2.2565: Vim9: "..=" not always recognized Problem: Vim9: "..=" not always recognized. Solution: Do not consider "..=" to be string concatenation. (closes #7905)
diff --git a/src/version.c b/src/version.c index f324143..eecbf20 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2565, +/**/ 2564, /**/ 2563,