mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.0051: command line completion test skipped
Problem: Command line completion test skipped. (Christian Brabandt) Solution: Invert condition.
This commit is contained in:
@@ -555,10 +555,9 @@ endfunc
|
|||||||
|
|
||||||
func Test_cmdline_complete_bang()
|
func Test_cmdline_complete_bang()
|
||||||
if executable('whoami')
|
if executable('whoami')
|
||||||
return
|
call feedkeys(":!whoam\<C-A>\<C-B>\"\<CR>", 'tx')
|
||||||
|
call assert_match('^".*\<whoami\>', @:)
|
||||||
endif
|
endif
|
||||||
call feedkeys(":!whoam\<C-A>\<C-B>\"\<CR>", 'tx')
|
|
||||||
call assert_match('^".*\<whoami\>', @:)
|
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
funct Test_cmdline_complete_languages()
|
funct Test_cmdline_complete_languages()
|
||||||
|
@@ -742,6 +742,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
51,
|
||||||
/**/
|
/**/
|
||||||
50,
|
50,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user