ZyX wrote: > How to disable this behavior? I have a bunch of global mappings > starting with comma and translit3 plugin which translates things like > “,,” into “„” in an IMAP-like fashion (translation is > done only when last character of sequence is typed; preceding > characters found in the buffer are used to check whether something is > to be translated). Translit3 plugin is enabled only for specific > buffers and thus is using <buffer> mappings. Thus I am completely > against new behavior.
If you have a local mapping for ",," and a global mapping for ",k", then nothing should have changed. Only when you have a global mapping like ",,k" it would kick in, but then the local mapping for ",," does not work well since you need to type something else than "k" after ",," to trigger it. So what is your problem really? -- Women are probably the main cause of free software starvation. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
