commit | 4fdb8bd0546ac8d90560a4fad359a48667089d43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 07 17:03:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 07 17:03:21 2020 +0200 |
tree | bde13c6aa49038159891ff1854a06f012842c062 | |
parent | 5b157fe2edfdce5f77080aeac2b4a03f39eb1c1a [diff] [blame] |
patch 8.2.0921: CTRL-W T in cmdline window causes trouble Problem: CTRL-W T in cmdline window causes trouble. Solution: Disallow CTRL-W T in the cmdline window. Add more tests. (Naruhiko Nishino, closes #6219)
diff --git a/src/version.c b/src/version.c index c400df4..ec6117f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 921, +/**/ 920, /**/ 919,