You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Encoding names in Python3 need to be strings, fixes Host._nvim_encoding
- Binary strings from msgpack are decoded as the bytes type, but rpc method
names used by rpc_export are unicode strings, this causes a comparison
between the request names and the exported functions to fail (use &encoding
to decode)
- neovim/neovim#1829
0 commit comments