A.Politz wrote:
> It's silly, but I think it's not possible to enter
> a '\?' multi at the ?-prompt.
>
> ?aa\\\?? => aa\\?
> ?aa\\?? => aa\\
>
> Though usgin the very magic mod does work:
>
> ?\vaa\?? => \vaa?
>
> -ap?
>
Here's the relevant help item:
*/\?*
\? Just like \=. Cannot be used when searching backwards with the
"?" command. {not in Vi}
So, when searching backwards, use \= to match zero or one of the
preceding atom. (It can also be used elsewhere.) In a ? search, \?
matches a question mark.
Best regards,
Tony.
--
"I like being single. I'm always there when I need me."
-- Art Leo
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---