commit | 78012f55faf7444e554c0a97a589d99fa215bea9 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Feb 02 16:34:11 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 02 16:34:11 2023 +0000 |
tree | 1be0c2873a9fe80dbd806eba1167501c3eb351fa | |
parent | be4e01637e71c8d5095c33b9861fd70b41476732 [diff] [blame] |
patch 9.0.1275: 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 #11932)
diff --git a/src/version.c b/src/version.c index 8facdc4..926cd7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1275, +/**/ 1274, /**/ 1273,