1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-05-21 20:54:45 +02:00
parent c79745a82f
commit e0b5949a3b
3 changed files with 31 additions and 1 deletions

View File

@@ -767,6 +767,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1363,
/**/
1362,
/**/