commit | 6cac77016b1636e04073e8348b7cee02259ef928 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Jan 04 18:01:21 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 04 18:01:21 2022 +0000 |
tree | b8318ea90dc9d7bd3a0856da19ecd6ec47a54cc3 | |
parent | d94fbfc74a8b8073e7a256c95fa6f39fc527c726 [diff] [blame] |
patch 8.2.4002: first char typed in Select mode can be wrong Problem: First char typed in Select mode can be wrong. Solution: Escape special bytes in the input buffer. (closes #9469)
diff --git a/src/version.c b/src/version.c index e4c5bb8..310a6a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4002, +/**/ 4001, /**/ 4000,