1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2018-12-24 00:22:39 +01:00
parent 5d24a2257e
commit a42df5934b
4 changed files with 45 additions and 0 deletions

View File

@@ -799,6 +799,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
630,
/**/
629,
/**/