commit | bac9a9e5c233dcf9cf734c61e4e4311fe57eccd1 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Apr 19 10:25:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 19 10:25:13 2022 +0100 |
tree | 6f39b0b5f9405ca4791d568b5c83ee08c5fb7564 | |
parent | 9bd3ce22e36b5760a5e22e7d34d1bd6a3411258e [diff] [blame] |
patch 8.2.4788: large payload for LSP message not tested Problem: Large payload for LSP message not tested. Solution: Add a test with a large LSP payload. (Yegappan Lakshmanan, closes #10223)
diff --git a/src/version.c b/src/version.c index c221c28..411ea1a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4788, +/**/ 4787, /**/ 4786,