1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-02-04 15:53:32 +01:00
parent 25ea054458
commit 698f8b207b
2 changed files with 93 additions and 0 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
301,
/**/
300,
/**/