summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-10 12:11:09 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-10 12:11:09 +0000
commit8a7374f8c4eb4c016270ad908a43af4ddedcbf56 (patch)
tree4080428eeff72daf30c91ebed0a83f04adceff76 /src/version.c
parentff39a650b2bd31e30d1bb8766e8560f9a14a7137 (diff)
downloadvim-git-8a7374f8c4eb4c016270ad908a43af4ddedcbf56.tar.gz
patch 8.2.3773: wrong window size when a modeline changes 'columns'v8.2.3773
Problem: Wrong window size when a modeline changes 'columns' and there is more than one tabpage. (Michael Soyka) Solution: Adjust the frames of all tabpages. (closes #9315)
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 a598b6b14..43be175c6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3773,
+/**/
3772,
/**/
3771,