commit | ab9a2d884b3a4abe319606ea95a5a6d6b01cd73a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 09 21:15:30 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 09 21:15:30 2023 +0100 |
tree | 4677ba8a843e5bddcb87ee8b0a6a5ed62997b700 | |
parent | d1ae8366aff286d41e7f5bc513cc0a1af5130aad [diff] [blame] |
patch 9.0.1532: crash when expanding "~" in substitute causes very long text Problem: Crash when expanding "~" in substitute causes very long text. Solution: Limit the text length to MAXCOL.
diff --git a/src/version.c b/src/version.c index 7ee9f57..3fb73b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1532, +/**/ 1531, /**/ 1530,