comparison src/version.c @ 22858:52b5aa2e8c8f v8.2.1976

patch 8.2.1976: cannot backspace in prompt buffer after using cursor-left Commit: https://github.com/vim/vim/commit/6f6244855fbce5aaa718cd5001a29aac3c5c15d6 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 11 20:52:40 2020 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Nov 2020 21:00:05 +0100
parents 3b476f974406
children 53acb89ec9f2
comparison
equal deleted inserted replaced
22857:e1bf42c2493a 22858:52b5aa2e8c8f
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1976,
753 /**/ 755 /**/
754 1975, 756 1975,
755 /**/ 757 /**/
756 1974, 758 1974,
757 /**/ 759 /**/