commit | ea125393af01ecaf75cee8e085a57f8143f3ae3e | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Jan 11 11:46:17 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 11 11:46:17 2023 +0000 |
tree | bd2698bc6948c8c698d7557b605fc7f002c51f68 | |
parent | 9a9432d3a223f7fbd902a0346030422ae0a97f0e [diff] [blame] |
patch 9.0.1175: the set_ref_in_item() function is too long Problem: The set_ref_in_item() function is too long. Solution: Use a separate function for more complicated types. (Yegappan Lakshmanan, closes #11802)
diff --git a/src/version.c b/src/version.c index 47ef860..1876606 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1175, +/**/ 1174, /**/ 1173,