Commit a6531a9
committed
Do not consider prompt line as changed when push-enabled
This leads to a flicker on command prompt where the idle callback
decides to redraw even though nothing changed (and it used to wrongly
redraw the empty prompt as error, which is now fixed).
As a consequence of this change, incremental search does not apply
automatically to initial empty searches anymmore, which may be a bit
better to avoid the window jumping around.
Fixes #54051 parent 9e8c53a commit a6531a9
File tree
5 files changed
+12
-3
lines changed- src
- test/regression/5405-error-face-on-empty-prompt
5 files changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1089 | 1089 | | |
1090 | 1090 | | |
1091 | 1091 | | |
1092 | | - | |
1093 | | - | |
1094 | 1092 | | |
1095 | 1093 | | |
1096 | 1094 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
538 | | - | |
| 538 | + | |
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments