commit | e49f9acecc03755db850410b2590ad7312c5224b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 15:41:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 15:41:28 2022 +0100 |
tree | 0709eda1593efe9e7dc3e88acc4091b2afb9e26d | |
parent | 14f91765c07e147e0c8554a50560ae24dbd5ecea [diff] [blame] |
patch 9.0.0533: the win_line() function is much too long Problem: The win_line() function is much too long. Solution: Move code to separate functions.
diff --git a/src/version.c b/src/version.c index 02a440b..6c0f6a3 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 533, +/**/ 532, /**/ 531,