commit | fe8ef98dd1d0b7d296d7db29b1e2fd1b56b788de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 20:31:54 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 20:31:54 2018 +0200 |
tree | e59e23d496796a07ef980df1b99cf26a58d0309f | |
parent | c91c500348f3f026a06d1c3565b380d86b8c55ee [diff] [blame] |
patch 8.1.0386: cannot test with non-default option value Problem: Cannot test with non-default option value. Solution: Add test_option_not_set().
diff --git a/src/version.c b/src/version.c index aa6d099..81fc685 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 386, +/**/ 385, /**/ 384,