commit | 1a6476428f63e9fa0c2cbea296e475e60363af11 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Feb 14 13:07:18 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 14 13:07:18 2023 +0000 |
tree | efe031b5471e356933a641b0a7ee100a180078bb | |
parent | 32ff96ef018eb1a5bea0953648b4892a6ee71658 [diff] [blame] |
patch 9.0.1308: the code for setting options is too complicated Problem: The code for setting options is too complicated. Solution: Refactor the code for setting options. (Yegappan Lakshmanan, closes #11989)
diff --git a/src/version.c b/src/version.c index ee9bf28..be98fc8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1308, +/**/ 1307, /**/ 1306,