mirror of
https://github.com/neovim/neovim.git
synced 2026-05-02 20:15:03 +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