commit | 358308dd99abdd56c6540339e505585d8db7bdfe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 21:21:26 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 21:21:26 2016 +0200 |
tree | 25330e413ecbae1e6e1104a754f4f87d03007f74 | |
parent | b58fe4588c6bfa173a3c47a66f410c2427bc668e [diff] [blame] |
patch 7.4.2248 Problem: When cancelling the :ptjump prompt a preview window is opened for a following command. Solution: Reset g_do_tagpreview. (Hirohito Higashi) Add a test. Avoid that the test runner gets stuck in trying to close a window.
diff --git a/src/version.c b/src/version.c index 0a96e68..8b9818e 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2248, +/**/ 2247, /**/ 2246,