]> granicus.if.org Git - vim/commit
patch 9.0.0644: 'smoothscroll' is not copied to a new window on :split v9.0.0644
authorBram Moolenaar <Bram@vim.org>
Mon, 3 Oct 2022 10:23:02 +0000 (11:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 3 Oct 2022 10:23:02 +0000 (11:23 +0100)
commitb1fd26d208aadc96d3e8b9215f761150f40a9f91
tree43a2761343778c192dfb8e9d132328a45ff86677
parentb34c4b7863af8718ad726173585dd38a7c292f0f
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.
src/option.c
src/testdir/test_options.vim
src/version.c