commit | e275ba4fc994474155fbafe8b87a6d3b477456ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 06 13:41:07 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 06 13:41:07 2021 +0100 |
tree | 6d474169be70959a09da92686e061901455691ba | |
parent | e2982d691186c8a9b16ecc8d831d2472088c8ed8 [diff] [blame] |
patch 8.2.3484: crash when going through spell suggestions Problem: Crash when going through spell suggestions. Solution: Limit the text length for finding suggestions to the original length. Do not update buffers when exiting. (closes #8965)
diff --git a/src/version.c b/src/version.c index 03b7022..62c7f8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3484, +/**/ 3483, /**/ 3482,