commit | a48e78e11f2b647183fd12f569020756b17d7683 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 17 20:29:26 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 17 20:29:26 2019 +0100 |
tree | 03a1de13c5677480466caa63d669f34406497117 | |
parent | e74331db4b1b6a64fbbc188ff9bc472a478b9a4e [diff] [blame] |
patch 8.2.0016: test name used twice, option not restored properly Problem: Test name used twice, option not restored properly. Solution: Rename function, restore option with "&".
diff --git a/src/version.c b/src/version.c index ed57cd8..e299ee9 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 16, +/**/ 15, /**/ 14,