Hello, vim developers! I've noticed that the operator-pending mode cursor in GUI may be delayed according to 'timeoutlen' when a custom map is defined. Judge by yourself:
$ gvim -u NONE -N :map cs <nop> :set timeoutlen=1000 iHello<esc> d Behold! The cursor stays full height for another second, and only then shrinks by a half. Should cs be unmapped, the cursor responds promptly. Is that a bug? -- -- 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.
