Comment #1 on issue 14 by [email protected]: Console prompts fail to reset
the console pager
http://code.google.com/p/vim/issues/detail?id=14
Confirmed that the patch also works for the "File [...] has changed since
editing started" prompt.
1. Open many files in vim, at least one-third as many as you have text rows
available; for example: `vim *.c`
2. Suspend vim: ^Z (or for gvim, simply switch focus to another window.
3. Change all of the open files somehow. (Simply touching them is
insufficient.) For example, `for file in *.c; echo '' | $file`
4. Resume vim: `fg`
5. Hit "o" or "l" at each file changed prompt, and the spacebar at each "--
More --" prompt.
Again, I expect the file changed prompt to count as having let me see the
message lines, without the need for extra More prompts. The patch
eliminates the latter for this case.
This case also comes up, for example, when switching git branches in a
large project.
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php