commit | bf5f189e449d6517239b79804d7a422a46946838 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 27 21:51:07 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 27 21:51:07 2023 +0100 |
tree | faeb73b096f41d9a1437aa15d155427cbcc6d887 | |
parent | 19e6c4fd2d262075d39cb802ea5b85f5ec92f153 [diff] [blame] |
patch 9.0.1670: resetting local option to global value is inconsistent Problem: Resetting local option to global value is inconsistent. Solution: Handle "<" specifically for 'scrolloff' and 'sidescrolloff'. (closes #12594)
diff --git a/src/version.c b/src/version.c index 316649f..bc2b0b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1670, +/**/ 1669, /**/ 1668,