commit | c72078b631832a1f3d7d8ee90560d54f7d7d3ffe | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Feb 05 16:02:35 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 16:02:35 2023 +0000 |
tree | 0bfd069cda9fa8df828b7808f700b148a507cae7 | |
parent | c8ef30bc2eaec956549510cd4b2efc96b7aee563 [diff] [blame] |
patch 9.0.1283: the code for setting options is too complicated Problem: The code for setting options is too complicated. Solution: Refactor the do_set() function. (Yegappan Lakshmanan, Lewis Russell, closes #11945)
diff --git a/src/version.c b/src/version.c index 2f5e3bf..fb8795b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1283, +/**/ 1282, /**/ 1281,