]> granicus.if.org Git - vim/commit
patch 8.1.0032: BS in prompt buffer starts new line v8.1.0032
authorBram Moolenaar <Bram@vim.org>
Mon, 4 Jun 2018 15:28:44 +0000 (17:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 Jun 2018 15:28:44 +0000 (17:28 +0200)
commit6b810d92a9cd9378ab46ea0db07079cb789f9faa
tree3d1f644261263fa755234cdab14a717c2647ca12
parentc8523e2e6cd072d86a9412f465aa9eef53f5675e
patch 8.1.0032: BS in prompt buffer starts new line

Problem:    BS in prompt buffer starts new line.
Solution:   Do not allows BS over the prompt.  Make term_sendkeys() handle
            special keys. Add a test.
src/option.c
src/terminal.c
src/testdir/test_prompt_buffer.vim
src/version.c