Hi list.

Again, I've created the patch that is oneline :)

It's simple.
The patch is to add complete to :lmap ex command.

-- 
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
diff -r 878562053ba3 src/ex_docmd.c
--- a/src/ex_docmd.c	Thu Jul 22 22:30:23 2010 +0200
+++ b/src/ex_docmd.c	Sun Jul 25 13:46:55 2010 +0900
@@ -3786,6 +3786,7 @@
 	case CMD_omap:	    case CMD_onoremap:
 	case CMD_imap:	    case CMD_inoremap:
 	case CMD_cmap:	    case CMD_cnoremap:
+	case CMD_lmap:	    case CMD_lnoremap:
 	    return set_context_in_map_cmd(xp, cmd, arg, forceit,
 							FALSE, FALSE, ea.cmdidx);
 	case CMD_unmap:

Raspunde prin e-mail lui