1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-09-20 18:59:30 +01:00
parent b84d565c62
commit d7657e95b2
2 changed files with 191 additions and 187 deletions

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
519,
/**/
518,
/**/