diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2021-11-07 21:14:36 +0000 |
---|---|---|
committer | Sean Dewar <seandewar@users.noreply.github.com> | 2021-12-07 11:34:27 +0000 |
commit | c2d0a1041e215634be316c4e824c1b1b2f242e76 (patch) | |
tree | 50c7411827bcc76853a7fa354d9c5bb90fd692cd /runtime/lua/vim/lsp/util.lua | |
parent | a128b64e73322a41b175811dc88a7f7046278de3 (diff) | |
download | rneovim-c2d0a1041e215634be316c4e824c1b1b2f242e76.tar.gz rneovim-c2d0a1041e215634be316c4e824c1b1b2f242e76.tar.bz2 rneovim-c2d0a1041e215634be316c4e824c1b1b2f242e76.zip |
vim-patch:8.2.1976: cannot backspace in prompt buffer after using cursor-left
Problem: Cannot backspace in prompt buffer after using cursor-left. (Maxim
Kim)
Solution: Ignore "arrow_used" in a prompt buffer. (closes vim/vim#7281)
https://github.com/vim/vim/commit/6f6244855fbce5aaa718cd5001a29aac3c5c15d6
cmdchar_todo wasn't adapted properly for Nvim's state system, which caused it to
be a dead store and such was removed in #11900.
Re-introduce cmdchar_todo properly.
Diffstat (limited to 'runtime/lua/vim/lsp/util.lua')
0 files changed, 0 insertions, 0 deletions