Hello Bram, here is a slightly different wording for a patch you sent today. I think the original wording is a little unclear, or better yet it took me some minutes to parse it correctly.
Regards, -- bye Thilo 4096R/0xC70B1A8F 721B 1BA0 095C 1ABA 3FC6 7C18 89A4 A2A0 C70B 1A8F -- 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
--- map.txt.orig 2011-10-20 22:29:28.000000000 +0000 +++ map.txt 2011-10-20 22:26:54.000000000 +0000 @@ -246,8 +246,8 @@ inoremap <expr> <C-L>x "foo" If you now type CTRL-L nothing happens yet, Vim needs the next character to decide what mapping to use. If you type 'x' the second mapping is used and -"foo" is inserted. If you type 'a' the first mapping is used, getchar() gets -the 'a' and returns it. +"foo" is inserted. If you type any other key the first mapping is used, +getchar() gets its character and returns it. Here is an example that inserts a list number that increases: > let counter = 0
