vim-patch:7.4.2190 (#6882)

Problem:    When startup test fails it's not easy to find out why.
            GUI test fails with Gnome.
Solution:   Add the help entry matches to a list an assert that.
            Set $HOME for Gnome to create .gnome2 directory.

50fa8dd00c
This commit is contained in:
Shougo 2017-06-12 07:44:21 +09:00 committed by Justin M. Keyes
parent 6eb2bcd1a0
commit 6650588c4a
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ func Test_help_arg()
call add(found, "--version")
endif
endfor
call assert_equal(['--version'], found)
call assert_equal(['Readonly mode', '--version'], found)
endif
call delete('Xtestout')
endfunc

View File

@ -254,7 +254,7 @@ static const int included_patches[] = {
// 2193 NA
// 2192 NA
// 2191 NA
// 2190,
2190,
// 2189,
2188,
2187,