]> granicus.if.org Git - vim/commit
patch 9.0.0519: the win_line() function is much too long v9.0.0519
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Sep 2022 17:59:30 +0000 (18:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Sep 2022 17:59:30 +0000 (18:59 +0100)
commitd7657e95b21f660a202a5118af059aa17ad37120
tree236249e049d601e5c38d9c4424ba2c5d16f52bd8
parentb84d565c623c00ca40bb4c1269a6860f780dda09
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.
src/drawline.c
src/version.c