commit | ccb47a2899d9f8076dad0f8348c057450febf32b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 13:36:43 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 13:36:43 2021 +0100 |
tree | 07b3583d296787cce1949774ea88f49d63362034 | |
parent | b1f2857096aabe9a11e576005d08fc4e53781698 [diff] [blame] |
patch 8.2.2383: focus escape sequences are not named Problem: Focus escape sequences are not named in ":set termcap" output. Solution: Add the names to the list. (closes #7718)
diff --git a/src/version.c b/src/version.c index 2b6f6a8..361ae36 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2383, +/**/ 2382, /**/ 2381,