commit | 6f2a22756536849f9e45caa4ddd62cab4334f065 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 29 13:59:13 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 29 13:59:13 2022 +0000 |
tree | 42cb9316793ecefe7ae2f3fe7a93c19642e85554 | |
parent | 37199894317db555723e5ec99f88cbbb2a2a9670 [diff] [blame] |
patch 9.0.0971: escape sequences not recognized without termresponse feature Problem: Escape sequences not recognized without the termresponse feature. Solution: Recognize escape sequences to avoid display mess up.
diff --git a/src/version.c b/src/version.c index 7ac20cd..e625792 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 971, +/**/ 970, /**/ 969,