commit | 74f4a965bc6e2a9c41cce2f644e861168702922f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 17 21:03:07 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 17 21:03:07 2021 +0200 |
tree | b6cd1681ac20b5bf87e294a74ed8fadf70ba0d94 | |
parent | 6e9695525e212466398a269a54bc4d53625673f0 [diff] [blame] |
patch 8.2.3015: Vim9: Assigning to @# requires a string Problem: Vim9: Assigning to @# requires a string. (Naohiro Ono) Solution: Accent a number or a string. (closes #8396)
diff --git a/src/version.c b/src/version.c index 99c086f..4f33d35 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3015, +/**/ 3014, /**/ 3013,