mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00

Problem: multi-byte mappings not properly stored in session file Solution: unescape the mapping before writing out the mapping, prefer single-byte mapping name if possible (Miguel Barro) closes: vim/vim#173555b07aff2f6
Co-authored-by: GuyBrush <miguel.barro@live.com> (cherry picked from commit153a910897
)