commit | 9668cc57a1e70c99163f90f58202e206d12f40c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 17 17:39:55 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 17 17:39:55 2020 +0200 |
tree | a6d64b73f149a8989649393fdb9eb59ff404266f | |
parent | e13bdec6b90b3a0fce4f021e3ee986e731cea3b5 [diff] [blame] |
patch 8.2.1856: "2resize" uses size of current window Problem: "2resize" uses size of current window. Solution: Use size of resized window. (Yasuhiro Matsumoto, closes #7152)
diff --git a/src/version.c b/src/version.c index cc98769..ff532f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1856, +/**/ 1855, /**/ 1854,