commit | 6982f42f33b2868e4b9884514cfe8e357b727498 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 16 16:48:01 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 16 16:48:01 2019 +0100 |
tree | 60d57f821c7c01c66daafe5514f232f873a2f494 | |
parent | 14184a3133b9a6ee5f711d493c04e41ba4fa7c2f [diff] [blame] |
patch 8.1.0933: When using VTP scroll region isn't used properly Problem: When using VTP scroll region isn't used properly. Solution: Make better use of the scroll region. (Nobuhiro Takasaki, closes #3974)
diff --git a/src/version.c b/src/version.c index aa73ebd..21b9217 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 933, +/**/ 932, /**/ 931,