Problem: Command line completion test skipped. (Christian Brabandt)
Solution: Invert condition.
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()
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 51,
/**/
50,
/**/