commit | ac402f4d64bec6b6efd809fef52f5b34627bf947 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed May 04 18:51:43 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 04 18:51:43 2022 +0100 |
tree | 8cf3a9097adc75b03a37e67d74162b7b1706a9ac | |
parent | 47d4e317f85e4aeb3799d962f173bd0f1e7bc71c [diff] [blame] |
patch 8.2.4867: listing of mapping with K_SPECIAL is wrong Problem: Listing of mapping with K_SPECIAL is wrong. Solution: Adjust escaping of special characters. (closes #10351)
diff --git a/src/version.c b/src/version.c index 17bcfd1..d04a226 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4867, +/**/ 4866, /**/ 4865,