commit | 2e613453eeeac3ef3405478c33775dd77d135bc7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 07 22:30:18 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 07 22:30:18 2022 +0000 |
tree | 9b3659e14df4ceef5637476a4a3ede87573f7b07 | |
parent | 3fc84dc2c7efecd7c14ce341cd777475058936fd [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d29b3cb..e65729f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1026, +/**/ 1025, /**/ 1024,