mirror of
https://github.com/zoriya/vim.git
synced 2026-05-14 20:12:25 +00:00
Problem: A buffer-local language mapping from a keymap stops a global
insert mode mapping from working. (Ron Aaron)
Solution: Do not wait for more characters to be typed only when the mapping
was defined with <nowait>.