mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
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:
parent
6eb2bcd1a0
commit
6650588c4a
@ -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
|
||||
|
@ -254,7 +254,7 @@ static const int included_patches[] = {
|
||||
// 2193 NA
|
||||
// 2192 NA
|
||||
// 2191 NA
|
||||
// 2190,
|
||||
2190,
|
||||
// 2189,
|
||||
2188,
|
||||
2187,
|
||||
|
Loading…
Reference in New Issue
Block a user