commit | 44cc4cf72fdd12cd9a779031d443aac4254d51ae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 15 22:13:37 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 15 22:13:37 2017 +0200 |
tree | e0d017be95b6445a127a1105f39041374a5a7162 | |
parent | 67418d97b457d2e27fe342472d3c9fd342ffc47f [diff] [blame] |
patch 8.0.1201: "yL" is affected by 'scrolloff' Problem: "yL" is affected by 'scrolloff'. (Eli the Bearded) Solution: Don't use 'scrolloff' when an operator is pending.
diff --git a/src/version.c b/src/version.c index 30a13fc..edc29cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1201, +/**/ 1200, /**/ 1199,