mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 01:34:16 +00:00
Problem: Unnecessary STRLEN() when applying mapping.
(after v9.1.0642)
Solution: Use m_keylen and vim_strnsave().
(zeertzjq)
closes: vim/vim#15394
74011dc1fa