Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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.
- Loading branch information
Showing
with
68 additions
and 9 deletions.
- +4 −0 src/option.c
- +13 −2 src/terminal.c
- +49 −7 src/testdir/test_prompt_buffer.vim
- +2 −0 src/version.c