1
0
forked from aniani/vim

patch 8.1.1703: breaking out of loop by checking window pointer insufficient

Problem:    Breaking out of loop by checking window pointer is insufficient.
Solution:   Check the window ID and the buffer number. (closes #4683)
This commit is contained in:
Bram Moolenaar
2019-07-16 21:19:55 +02:00
parent c7283078c3
commit 6138640806
2 changed files with 7 additions and 4 deletions

View File

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