Commit fdd7155
committed
patch 8.1.0224: hang in bracketed paste mode when t_PE not encountered
Problem: Hang in bracketed paste mode when t_PE not encountered.
Solution: Break out of the loop when got_int is set. (suggested by Christian
Brabandt, closes #3146)1 parent 6ab9e42 commit fdd7155
2 files changed
Lines changed: 18 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9685 | 9685 | | |
9686 | 9686 | | |
9687 | 9687 | | |
9688 | | - | |
9689 | 9688 | | |
9690 | 9689 | | |
9691 | 9690 | | |
9692 | 9691 | | |
9693 | 9692 | | |
9694 | 9693 | | |
9695 | | - | |
9696 | | - | |
| 9694 | + | |
| 9695 | + | |
| 9696 | + | |
| 9697 | + | |
9697 | 9698 | | |
9698 | 9699 | | |
9699 | 9700 | | |
9700 | | - | |
| 9701 | + | |
9701 | 9702 | | |
9702 | 9703 | | |
9703 | | - | |
| 9704 | + | |
| 9705 | + | |
| 9706 | + | |
| 9707 | + | |
| 9708 | + | |
| 9709 | + | |
| 9710 | + | |
| 9711 | + | |
| 9712 | + | |
9704 | 9713 | | |
9705 | 9714 | | |
9706 | 9715 | | |
| |||
9763 | 9772 | | |
9764 | 9773 | | |
9765 | 9774 | | |
9766 | | - | |
9767 | | - | |
| 9775 | + | |
| 9776 | + | |
9768 | 9777 | | |
9769 | 9778 | | |
9770 | 9779 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
| 801 | + | |
| 802 | + | |
801 | 803 | | |
802 | 804 | | |
803 | 805 | | |
| |||
0 commit comments