]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1314: max allowed string width too small v9.1.1314
authorHirohito Higashi <h.east.727@gmail.com>
Thu, 17 Apr 2025 18:13:05 +0000 (20:13 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 17 Apr 2025 18:13:05 +0000 (20:13 +0200)
commit06fdfa11c565599ac13ad5c077d1dabbbfde03ac
tree774aae3d092b25de834c671a37c1bf6f5e8164ca
parentb53d4fb63e0d4d36033d47ec35f2f302931f77ae
patch 9.1.1314: max allowed string width too small

Problem:  max allowed string width too small
Solution: increased MAX_ALLOWED_STRING_WIDTH from 6400 to 1MiB
          (Hirohito Higashi)

closes: #17138

Co-authored-by: John Marriott <basilisk@internode.on.net>
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/strings.c
src/version.c