Commit 6138640
committed
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)1 parent c728307 commit 6138640
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4442 | 4442 | | |
4443 | 4443 | | |
4444 | 4444 | | |
4445 | | - | |
| 4445 | + | |
| 4446 | + | |
4446 | 4447 | | |
4447 | 4448 | | |
4448 | 4449 | | |
| |||
4494 | 4495 | | |
4495 | 4496 | | |
4496 | 4497 | | |
4497 | | - | |
4498 | | - | |
4499 | | - | |
| 4498 | + | |
| 4499 | + | |
| 4500 | + | |
4500 | 4501 | | |
4501 | 4502 | | |
4502 | 4503 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
| 780 | + | |
| 781 | + | |
780 | 782 | | |
781 | 783 | | |
782 | 784 | | |
| |||
0 commit comments