commit | 6f6244855fbce5aaa718cd5001a29aac3c5c15d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 11 20:52:40 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 11 20:52:40 2020 +0100 |
tree | 3085b60577b588458df611930840afae9ae5e7b1 | |
parent | bbf9f344afd08954163191ed678352fb554fc254 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 872c25a..28f95cf 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1976, +/**/ 1975, /**/ 1974,