commit | 6d4c1c7ba816294408097d72717366a97781655d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 20 10:33:28 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 20 10:33:28 2021 +0200 |
tree | b23e045a6da4e27a09dbb3c949c1df8e8b51e6f2 | |
parent | 4f2df37a0d297a0f40ff15f8ce31285c7b529bcd [diff] [blame] |
patch 8.2.2787: MS-Windows: crash when using :echoconsole Problem: MS-Windows: crash when using :echoconsole. Solution: Do not write a NUL when it's already there.
diff --git a/src/version.c b/src/version.c index 834196d..54bf127 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2787, +/**/ 2786, /**/ 2785,