commit | a8b8af19e48e1803e20a129e9aebab1aac544956 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 15:11:04 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 15:11:04 2021 +0100 |
tree | 7c45001645f0b5cb6c7cc53eb2e7e8e93da439a3 | |
parent | d5ea8f08f78d20fde8773663894de5e8c023bd83 [diff] [blame] |
patch 8.2.2262: Vim9: converting bool to string prefixes v: Problem: Vim9: converting bool to string prefixes v:. Solution: Do not use the v: prefix.
diff --git a/src/version.c b/src/version.c index b016c28..ceea277 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2262, +/**/ 2261, /**/ 2260,