Commit 9ec7fa8
committed
patch 8.0.0043
Problem: When using Insert mode completion with 'completeopt' containing
"noinsert" with CTRL-N the change is not saved for undo. (Tommy
Allen)
Solution: Call stop_arrow() before inserting for any key.1 parent cbd3bd6 commit 9ec7fa8
3 files changed
Lines changed: 21 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4634 | 4634 | | |
4635 | 4635 | | |
4636 | 4636 | | |
4637 | | - | |
| 4637 | + | |
4638 | 4638 | | |
4639 | 4639 | | |
4640 | 4640 | | |
4641 | 4641 | | |
4642 | 4642 | | |
4643 | | - | |
4644 | | - | |
| 4643 | + | |
| 4644 | + | |
| 4645 | + | |
| 4646 | + | |
| 4647 | + | |
| 4648 | + | |
| 4649 | + | |
4645 | 4650 | | |
4646 | 4651 | | |
4647 | 4652 | | |
| |||
5059 | 5064 | | |
5060 | 5065 | | |
5061 | 5066 | | |
| 5067 | + | |
5062 | 5068 | | |
5063 | 5069 | | |
| 5070 | + | |
| 5071 | + | |
5064 | 5072 | | |
5065 | 5073 | | |
5066 | 5074 | | |
| |||
5486 | 5494 | | |
5487 | 5495 | | |
5488 | 5496 | | |
| 5497 | + | |
| 5498 | + | |
5489 | 5499 | | |
5490 | 5500 | | |
5491 | 5501 | | |
| |||
5494 | 5504 | | |
5495 | 5505 | | |
5496 | 5506 | | |
5497 | | - | |
5498 | | - | |
| 5507 | + | |
5499 | 5508 | | |
5500 | 5509 | | |
5501 | 5510 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
430 | 435 | | |
431 | 436 | | |
432 | 437 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
| 767 | + | |
| 768 | + | |
767 | 769 | | |
768 | 770 | | |
769 | 771 | | |
| |||
0 commit comments