mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00: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:
@@ -83,7 +83,7 @@ func Test_help_arg()
|
|||||||
call add(found, "--version")
|
call add(found, "--version")
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
call assert_equal(['--version'], found)
|
call assert_equal(['Readonly mode', '--version'], found)
|
||||||
endif
|
endif
|
||||||
call delete('Xtestout')
|
call delete('Xtestout')
|
||||||
endfunc
|
endfunc
|
||||||
|
@@ -254,7 +254,7 @@ static const int included_patches[] = {
|
|||||||
// 2193 NA
|
// 2193 NA
|
||||||
// 2192 NA
|
// 2192 NA
|
||||||
// 2191 NA
|
// 2191 NA
|
||||||
// 2190,
|
2190,
|
||||||
// 2189,
|
// 2189,
|
||||||
2188,
|
2188,
|
||||||
2187,
|
2187,
|
||||||
|
Reference in New Issue
Block a user