mirror of
https://github.com/vim/vim.git
synced 2026-07-25 22:38:59 +02:00
72179e1bd0
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>.