diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-02-06 22:22:17 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-02-06 22:22:17 +0100 |
commit | 65189a1294307abf007faab7385dc0145ba72b06 (patch) | |
tree | f9043c170d9f7fa7acfb589cfb2c97ade0bb7adf /src/version.c | |
parent | 6f785749db766205616fcf8438f43d1859d8f5e4 (diff) | |
download | vim-git-65189a1294307abf007faab7385dc0145ba72b06.tar.gz |
patch 8.0.0314: getcmd*() functions are not testedv8.0.0314
Problem: getcmdtype(), getcmdpos() and getcmdline() are not tested.
Solution: Add tests. (Yegappan Lakshmanan)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 261a55d22..4da417b92 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 314, +/**/ 313, /**/ 312, |