]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1976: cannot backspace in prompt buffer after using cursor-left v8.2.1976
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Nov 2020 19:52:40 +0000 (20:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Nov 2020 19:52:40 +0000 (20:52 +0100)
commit6f6244855fbce5aaa718cd5001a29aac3c5c15d6
tree3085b60577b588458df611930840afae9ae5e7b1
parentbbf9f344afd08954163191ed678352fb554fc254
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 #7281)
src/edit.c
src/testdir/test_prompt_buffer.vim
src/version.c