commit | d6e4c75af2d6435794f1a9259141d6d7c1923b4c | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Jan 31 13:25:58 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 31 13:25:58 2023 +0000 |
tree | 09576513c410b594615bc2a73433226a678e728a | |
parent | ce93d162da8de2419c15b63286e2f72a8fe3bf2d [diff] [blame] |
patch 9.0.1267: the did_set_string_option function is too long Problem: The did_set_string_option function is too long. Solution: Further cleanup of handling string options. (Yegappan Lakshmanan, Lewis Russell, closes #11920)
diff --git a/src/version.c b/src/version.c index dcf223e..e06b6be 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1267, +/**/ 1266, /**/ 1265,