commit | c20a41972c61ab4bc211327d535c73c9b30cc166 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 14:34:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 14:34:28 2022 +0100 |
tree | 484405aca0c14e5feff29dd1975a02d59c2bb1f2 | |
parent | 8ecfa2c56b4992c7f067b92488aa9acea5a454ad [diff] [blame] |
patch 9.0.0531: 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 cefa82a..29a1b92 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 531, +/**/ 530, /**/ 529,