commit | 73cddfd559152ea9b7e978ea7cf9c0d3a41e7316 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 16 20:01:04 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 16 20:01:04 2018 +0100 |
tree | e13752e364857f92c50fc82ed8ba9ba2d3cd2ee2 | |
parent | 181ca99e163b145cd1a4ec47a50cc25cf3994109 [diff] [blame] |
patch 8.0.1521: Shift-Tab does not work in a terminal window Problem: Shift-Tab does not work in a terminal window. Solution: Recognize Shift-Tab key press. (Jsees Luehrs, closes #2644)
diff --git a/src/version.c b/src/version.c index c7240f1..405e3b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1521, +/**/ 1520, /**/ 1519,