commit | e971df39a5aac5d9b7e8033247dc18b12daa0eb8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 14:15:29 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 14:15:29 2017 +0100 |
tree | 7b1bc72aa06f408f3b2e015645c654e3d4401b55 | |
parent | aaaf57d8a936efe420190c077e4a74041cc6c72e [diff] [blame] |
patch 8.0.0306: mode() not sufficiently tested Problem: mode() not sufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 78cb27f..e0fa3cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 306, +/**/ 305, /**/ 304,