Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't translate termcodes twice on input
`getcharstr()` already returns raw internal termcodes, it is wrong to call nvim_replace_termcodes on its result. This effectively reverts PR #273 refs: neovim/neovim#29034 fixes: #325
- Loading branch information