]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1363: ":vert options" does not make a vertical split v8.1.1363
authorBram Moolenaar <Bram@vim.org>
Tue, 21 May 2019 18:54:45 +0000 (20:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 21 May 2019 18:54:45 +0000 (20:54 +0200)
commite0b5949a3b28be9940bb8a46b2579e960100b83b
treebe7ed16a7c64bda948727fc252ee67324cbd1f28
parentc79745a82faeb5a6058e915ca49a4c69fa60ea01
patch 8.1.1363: ":vert options" does not make a vertical split

Problem:    ":vert options" does not make a vertical split.
Solution:   Pass the right modifiers in $OPTWIN_CMD. (Ken Takata,
            closes #4401)
src/ex_cmds2.c
src/testdir/test_options.vim
src/version.c