commit | 698f8b207bbfefa1cbbd7361caf5412cb3416534 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 04 15:53:32 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 04 15:53:32 2017 +0100 |
tree | ec9e0038880a77e5310a1553774d2f4334f9aaee | |
parent | 25ea0544587dd45088512fec9d7a685e35fea679 [diff] [blame] |
patch 8.0.0301: not enough testing for setting options Problem: No tests for ":set completion" and various errors of the :set command. Solution: Add more :set tests. (Dominique Pelle, closes #1440)
diff --git a/src/version.c b/src/version.c index da53eb3..ffb7c6c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 301, +/**/ 300, /**/ 299,