Christian wrote:
> On Fr, 27 Dez 2019, Bram Moolenaar wrote:
>
> > Patch 8.2.0049
> > Problem: Command line completion not fully tested.
> > Solution: Add more test cases. Make help sorting stable. (Dominique
> > Pelle,
> > closes #5402)
> [...]
> > + func Test_cmdline_complete_bang()
> > + if executable('whoami')
> > + return
> > + endif
> > + call feedkeys(":!whoam\<C-A>\<C-B>\"\<CR>", 'tx')
> > + call assert_match('^".*\<whoami\>', @:)
> > + endfunc
>
> That condition is backwards.
Well spotted. I'll fix it.
--
WOMAN: Dennis, there's some lovely filth down here. Oh -- how d'you do?
ARTHUR: How do you do, good lady. I am Arthur, King of the Britons.
Who's castle is that?
WOMAN: King of the who?
The Quest for the Holy Grail (Monty Python)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201912281307.xBSD7QRF024567%40masaka.moolenaar.net.