Commit 1f9c911
committed
Bug fix: Don't hang during :RestartVim when &verbose >= 1
When I set &verbose >= 1 and use :RestartVim it sometimes hangs just
before restarting with the dreaded "hit enter" prompt. I guess this
happens because Vim prints "Writing viminfo file" and the message
is about to scroll by without the user noticing. Anyway shutting down
the old instance of Vim is half the point of the :RestartVim command
so now it silences the "Writing viminfo file" message and others!1 parent 13d405d commit 1f9c911
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | | - | |
| 442 | + | |
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments