commit | dd9de50f4262898384be6ea7694d05507c7cb260 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 15 13:49:42 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 15 13:49:42 2021 +0200 |
tree | 7065a785ee6bd7f1a9dd30ff09bf800aa6bd9699 | |
parent | 2596a4e763e11eb8e406f262cb72fd2b39461572 [diff] [blame] |
patch 8.2.3347: check for legacy script is incomplete Problem: Check for legacy script is incomplete. (Naohiro Ono) Solution: Also check the :legacy modifier. Use for string concatenation with "." and others (issue #8756)
diff --git a/src/version.c b/src/version.c index a2a229b..34793f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3347, +/**/ 3346, /**/ 3345,