]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1026: type of w_last_topfill is wrong v9.0.1026
authorBram Moolenaar <Bram@vim.org>
Wed, 7 Dec 2022 22:30:18 +0000 (22:30 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 7 Dec 2022 22:30:18 +0000 (22:30 +0000)
commit2e613453eeeac3ef3405478c33775dd77d135bc7
tree9b3659e14df4ceef5637476a4a3ede87573f7b07
parent3fc84dc2c7efecd7c14ce341cd777475058936fd
patch 9.0.1026: type of w_last_topfill is wrong

Problem:    type of w_last_topfill is wrong.
Solution:   Use "int" instead of "linenr_T". (closes #11670)
src/structs.h
src/version.c