0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -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:
Bram Moolenaar
2019-12-28 14:06:50 +01:00
parent 8cd6cd8087
commit 731a799bb9
2 changed files with 4 additions and 3 deletions

View File

@@ -555,10 +555,9 @@ endfunc
func Test_cmdline_complete_bang()
if executable('whoami')
return
call feedkeys(":!whoam\<C-A>\<C-B>\"\<CR>", 'tx')
call assert_match('^".*\<whoami\>', @:)
endif
call feedkeys(":!whoam\<C-A>\<C-B>\"\<CR>", 'tx')
call assert_match('^".*\<whoami\>', @:)
endfunc
funct Test_cmdline_complete_languages()

View File

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