commit | b1fd26d208aadc96d3e8b9215f761150f40a9f91 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 11:23:02 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 11:23:02 2022 +0100 |
tree | 43a2761343778c192dfb8e9d132328a45ff86677 | |
parent | b34c4b7863af8718ad726173585dd38a7c292f0f [diff] [blame] |
patch 9.0.0644: 'smoothscroll' is not copied to a new window on :split Problem: 'smoothscroll' is not copied to a new window on :split. Solution: Copy the option value. Add a test.
diff --git a/src/version.c b/src/version.c index a228d74..32a9851 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 644, +/**/ 643, /**/ 642,