mirror of
https://github.com/neovim/neovim.git
synced 2026-01-27 15:42:01 +10:00
Problem: The ModeChanged event only uses one character for the new_mode and
old_mode values.
Solution: Pass one as first argument to mode(). (issue vim/vim#8856)
d85931e673