commit | d7657e95b21f660a202a5118af059aa17ad37120 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 18:59:30 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 18:59:30 2022 +0100 |
tree | 236249e049d601e5c38d9c4424ba2c5d16f52bd8 | |
parent | b84d565c623c00ca40bb4c1269a6860f780dda09 [diff] [blame] |
patch 9.0.0519: the win_line() function is much too long Problem: The win_line() function is much too long. Solution: Move the code to draw the line number to a separate function.
diff --git a/src/version.c b/src/version.c index 05dc50c..bc90293 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 519, +/**/ 518, /**/ 517,