Hi, I have just noticed that vim allows to use "**" as regular expression. Shouldn't this throw a "Nested *" exception like ".**" does?
Examples:
echo match("abc", "**")
=> 0
echo match("abc", ".**")
=> E61: Nested *
Regards
Tom
--
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
