Re: [vim/vim] Can't use 'is' in a oneline vim9 lambda (Issue #20967)
h_east (Vim Github Repository) <[email protected]> Fri, 07 Aug 2026 04:14:33 -0700
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/issues/20967/[email protected]> |
h-east left a comment (vim/vim#20967)
Yeah, that's correct. I'm citing the documentation here for the benefit of anyone who comes along later.
```
expr5 {cmp} expr5
(snip...)
*expr-is* *expr-isnot* *expr-is#* *expr-isnot#*
*expr-is?* *expr-isnot?* *E1072*
(snip...)
NOTE: In |Vim9| script 'ignorecase' is not used.
(snip...)
*E1037*
(snip...)
"is#"/"isnot#" and "is?"/"isnot?" can be used to match and ignore case.
In |Vim9| script this doesn't work, two strings are never identical.
```
--
Reply to this email directly or view it on GitHub:
https://github.com/vim/vim/issues/20967#issuecomment-5216311871
You are receiving this because you are subscribed to this thread.
Message ID: <vim/vim/issues/20967/[email protected]>
--
--
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 visit https://groups.google.com/d/msgid/vim_dev/vim/vim/issues/20967/5216311871%40github.com.