commit | a0789478f6ebbb823670b7e14ce13ea3fd3b0217 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 11:16:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 11:16:40 2022 +0100 |
tree | 475b7d6a7b011f0c6b9aae641a90227cdc2783a1 | |
parent | fcb86b0a99a9abedc408c99dae7591b6da832be8 [diff] [blame] |
patch 9.0.0690: buffer size for expanding tab not correctly computed Problem: Buffer size for expanding tab not correctly computed. Solution: Correctly use size of end character.
diff --git a/src/version.c b/src/version.c index 1d60238..37046ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 690, +/**/ 689, /**/ 688,