commit | 65c836e6004647196ae0bc18e409a9e7b79207c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 26 22:07:33 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 26 22:07:33 2017 +0100 |
tree | 7f83f0c84c94565493df2d4e1c6c6e96f46b65d2 | |
parent | 52c0de1de196120976fef82cbbaaeafbedd9c62f [diff] [blame] |
patch 8.0.0242: no tests for user command completion Problem: Completion of user defined functions is not covered by tests. Solution: Add tests. Also test various errors of user-defined commands. (Dominique Pelle, closes #1413)
diff --git a/src/version.c b/src/version.c index 08b5dec..df3ff07 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 242, +/**/ 241, /**/ 240,