On 10-07-10 10:38, Tony Mechelynck wrote:
On 10/07/10 06:52, Martin Trautmann wrote:
On 10-07-09 23:01, Tony Mechelynck wrote:
On 09/07/10 21:52, Ben Fritz wrote:
On Jul 8, 12:48 am, Martin Trautmann<[email protected]> wrote:
I know that
:nnoremap / /\v
does work, but I do not really understand the map variations.
So I tried also
:nmap :%s/ :%s/\v
But it has no effect. Is there anything I have to escape?
try replacing the backslash by <Bslash>
No effect.
:nnoremap / /\v
is ok,
:nmap :%s/ :%s/<Bslash>v
is not.
Does map work for single characters only?
Thanks,
Martin
--
You received this message from the "vim_use" 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