commit | b2e0c94a4d27e3e6222d26f13e0418a85cab21a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 03 18:36:27 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 03 18:36:27 2018 +0200 |
tree | fcd7e33c758a135e240cdd536715b21cdff458db | |
parent | 3d1d6475f9665660c80cc53a7da2d5450b8b8d08 [diff] [blame] |
patch 8.1.0144: the :cd command does not have good test coverage Problem: The :cd command does not have good test coverage. Solution: Add more tests. (Dominique Pelle, closes #2972)
diff --git a/src/version.c b/src/version.c index 38c7710..07e34fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 144, +/**/ 143, /**/ 142,