commit | 05386ca1d4823e5c98c24b8cd038af49aee62577 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Jan 20 20:18:27 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 20:18:27 2022 +0000 |
tree | 301a6fa6eb18b01ea7f27d62a31d9f32a95a7fb5 | |
parent | 6f0ddbf00dfc4c6eb70aa4abc415cad7aba46b6a [diff] [blame] |
patch 8.2.4165: the nv_g_cmd() function is too long Problem: The nv_g_cmd() function is too long. Solution: Move code to separate functions. (Yegappan Lakshmanan, closes #9576)
diff --git a/src/version.c b/src/version.c index f2ce6a4..350b7e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4165, +/**/ 4164, /**/ 4163,