commit | 15bf76d40be1f1622ff5cc16596c308e76e2ca94 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 18 16:18:37 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 18 16:18:37 2017 +0100 |
tree | e3e19239a9369f65db8d135b3732ee28ae96cca7 | |
parent | 8c34aa09a449a5c1c2d1141b6fafa90f29b3fc12 [diff] [blame] |
patch 8.0.0474: the client-server feature is not tested Problem: The client-server feature is not tested. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 8237679..72c8e78 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 474, +/**/ 473, /**/ 472,