summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorLuuk van Baal <luukvbaal@gmail.com>2022-09-14 01:27:23 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-14 01:27:23 +0100
commit470a14140bc06f1653edf26ab0b3c9b801080353 (patch)
tree3b79c53c438a59326a506cfe032c654cd11edea5 /src/version.c
parent766ae5b252eaa6ee2bff70f1913d1cbfb51101bd (diff)
patch 9.0.0461: 'scroll' is not always updatedv9.0.0461
Problem: 'scroll' is not always updated. Solution: Call win_init_size() at the right place.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index ab132ca0c1..62a43a7087 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 461,
+/**/
460,
/**/
459,