commit | 494e9069cb32620f7688a7cb128a3feff827639e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 31 21:28:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 31 21:28:02 2020 +0200 |
tree | d78ea251927cc0f6c725b29b8559f3dc1f759078 | |
parent | e35a52aee718c881bdfa69a47a1068df6ab6c60a [diff] [blame] |
patch 8.2.0866: not enough tests for buffer writing Problem: Not enough tests for buffer writing. Solution: Add more tests. Use CheckRunVimInTerminal in more places. (Yegappan Lakshmanan, closes #6167)
diff --git a/src/version.c b/src/version.c index 4fc7c3c..b9906b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 866, +/**/ 865, /**/ 864,