commit | 5d2ca0402954ff79b73d9c86cc16c8a6454b75a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 17:11:21 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 17:11:21 2016 +0200 |
tree | a6c082cefb2ec34e4c73a4613ddd711f62ecab7f | |
parent | f4fba6dcd508cb369ffa6916d9cb3fcf3d7ed548 [diff] [blame] |
patch 7.4.1956 Problem: When using CTRL-W f and pressing "q" at the ATTENTION dialog the newly opened window is not closed. Solution: Close the window and go back to the original one. (Norio Takagi, Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 2df5c36..5e224e8 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1956, +/**/ 1955, /**/ 1954,