commit | e0b5949a3b28be9940bb8a46b2579e960100b83b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 21 20:54:45 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 21 20:54:45 2019 +0200 |
tree | be7ed16a7c64bda948727fc252ee67324cbd1f28 | |
parent | c79745a82faeb5a6058e915ca49a4c69fa60ea01 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index cdcd132..fb7dad3 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1363, +/**/ 1362, /**/ 1361,