commit | a42df5934bdc1178ed2ee8cb9c8686975b578497 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 24 00:22:39 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 24 00:22:39 2018 +0100 |
tree | 64732c9f937ec217720ab991f89248a1b112abe8 | |
parent | 5d24a2257e597fd752e33b2c1e9c19cf9114a517 [diff] [blame] |
patch 8.1.0630: "wincmd p" does not work after using an autocmd window Problem: "wincmd p" does not work after using an autocmd window. Solution: Store "prevwin" in aco_save_T. (Christian Brabandt, closes #3690)
diff --git a/src/version.c b/src/version.c index 2155834..1b9e3e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 630, +/**/ 629, /**/ 628,