commit | 0519ce00394474055bd58c089ea90a19986443eb | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon May 09 12:16:19 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 09 12:16:19 2022 +0100 |
tree | f4d1447bec6c7b3e1977f9bdc7b811eb27c63a0d | |
parent | 194843028ed486366b89e8f7d3bdd611a11ce7b4 [diff] [blame] |
patch 8.2.4924: maparg() may return a string that cannot be reused Problem: maparg() may return a string that cannot be reused. Solution: use msg_outtrans_special() instead of str2special(). (closes #10384)
diff --git a/src/version.c b/src/version.c index f2e0d31..d790a75 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4924, +/**/ 4923, /**/ 4922,