1
0
forked from aniani/vim

patch 8.2.2655: The -w command line argument doesn't work

Problem:    The -w command line argument doesn't work.
Solution:   Don't set 'window' when set with the -w argument. (closes #8011)
This commit is contained in:
Bram Moolenaar
2021-03-26 14:14:18 +01:00
parent ff87140046
commit 0a1a6a1aa4
3 changed files with 14 additions and 2 deletions

View File

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