commit | e8070987c6ca9b1e14c5305707c6d29c8e58e7c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 12 17:07:06 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 12 17:07:06 2019 +0200 |
tree | b1c1f6feef2bcd01639030aa7f6075a7cce5aaf5 | |
parent | ceba3dd5187788e09f65bd41b07b40f6f9aab953 [diff] [blame] |
patch 8.1.2141: :tselect has an extra hit-enter prompt Problem: :tselect has an extra hit-enter prompt. Solution: Do not set need_wait_return when only moving the cursor. (closes #5040)
diff --git a/src/version.c b/src/version.c index 2ddecaf..c92eb26 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2141, +/**/ 2140, /**/ 2139,