commit | 1410d1841bfc4370dec1babe24c6664e06d7c9d9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 01 22:04:40 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 01 22:04:40 2022 +0000 |
tree | 7afd5836298666b59346fdace32a8ec0ac6b9434 | |
parent | 3af982196b1b973e953c35351961f2a96fe34172 [diff] [blame] |
patch 9.0.0827: <Home> key in tmux doesn't work when 'term' set to "xterm" Problem: The <Home> key in tmux doesn't work when 'term' is set to "xterm". (Dominique Pellé) Solution: Only use '@' in a termcap key entry for "1" when ";" follows. (closes #11429)
diff --git a/src/version.c b/src/version.c index 86cf25a..7e42259 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 827, +/**/ 826, /**/ 825,