commit | 1919371b2b9ddb1a645f40b59adbd89317530882 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 25 23:01:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 25 23:01:42 2020 +0200 |
tree | 2b484363ac53680d71826dc360608b505b91cfe5 | |
parent | 25e0f5863e9010a75a1ff0d04e8f886403968755 [diff] [blame] |
patch 8.2.0824: still not enough memory allocated when converting string Problem: Still not enough memory allocated when converting string with special character. Solution: Reserve space for expanding K_SPECIAL. (closes #6130)
diff --git a/src/version.c b/src/version.c index c4648f7..ce5f627 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 824, +/**/ 823, /**/ 822,