diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-01-24 12:46:52 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-01-24 12:46:52 +0800 |
commit | 5c897b6d0ceb7e7d40c0b740ab36d38bf3a4162d (patch) | |
tree | f7170306d96a0c282d74c85fcda43dc557e5474d /test/functional/lua/luaeval_spec.lua | |
parent | 8f1efb018bff6ae95fae62e5ae943d6478e9c547 (diff) | |
download | rneovim-5c897b6d0ceb7e7d40c0b740ab36d38bf3a4162d.tar.gz rneovim-5c897b6d0ceb7e7d40c0b740ab36d38bf3a4162d.tar.bz2 rneovim-5c897b6d0ceb7e7d40c0b740ab36d38bf3a4162d.zip |
vim-patch:8.2.4002: first char typed in Select mode can be wrong
Problem: First char typed in Select mode can be wrong.
Solution: Escape special bytes in the input buffer. (closes vim/vim#9469)
https://github.com/vim/vim/commit/6cac77016b1636e04073e8348b7cee02259ef928
The `buf` should already be large enough, but I'll change its size
anyway in case future patches change the meaning of `MB_MAXBYTES` macro.
`fix_input_buffer()` cannot be used here because of the `using_script()`
check, and there is already equivalent code in its place.
Diffstat (limited to 'test/functional/lua/luaeval_spec.lua')
0 files changed, 0 insertions, 0 deletions