commit | 1b04ce2d400fda97410a961288c496bd8f445a9c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 21 22:46:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 21 22:46:11 2020 +0200 |
tree | d683db90b2ab896a2399da928cdda13ec570e499 | |
parent | 7cb6fc29d067ed97c0b0c1d2d5767125ef9ae1ab [diff] [blame] |
patch 8.2.1505: not all file read and writecode is tested Problem: Not all file read and writecode is tested. Solution: Add a few tests. (Dominique Pellé, closes #6764)
diff --git a/src/version.c b/src/version.c index 6773a88..843fd43 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1505, +/**/ 1504, /**/ 1503,