Hi Bram!

On So, 05 Mai 2013, Bram Moolenaar wrote:

> 
> Yukihiro Nakadaira wrote:
> 
> > No effect for ":xmap <Tab>".
> > I think it was forgotten to add.
> 
> I'll add a note in the todo list.

diff --git a/src/ex_docmd.c b/src/ex_docmd.c
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -3889,6 +3889,8 @@
        case CMD_imap:      case CMD_inoremap:
        case CMD_cmap:      case CMD_cnoremap:
        case CMD_lmap:      case CMD_lnoremap:
+       case CMD_smap:      case CMD_snoremap:
+       case CMD_xmap:      case CMD_xnoremap:
            return set_context_in_map_cmd(xp, cmd, arg, forceit,
                                                     FALSE, FALSE, ea.cmdidx);
        case CMD_unmap:
@@ -3898,6 +3900,8 @@
        case CMD_iunmap:
        case CMD_cunmap:
        case CMD_lunmap:
+       case CMD_sunmap:
+       case CMD_xunmap:
            return set_context_in_map_cmd(xp, cmd, arg, forceit,
                                                      FALSE, TRUE, ea.cmdidx);


regards,
Christian
-- 
Das Geheimnis des Erfolgs ist die Beständigkeit des Wollens.
                -- Benjamin Disraeli

-- 
-- 
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].
For more options, visit https://groups.google.com/groups/opt_out.


Raspunde prin e-mail lui