-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
(I'm deleting this from the forum and reporting it here)
The fact that the hit enter prompt is shown twice sometimes after :make when an
error is found by quickfix was asked a number of times in the user list and in
stackoverflow, but AFAIK it was just workarounded by making make silent or
cmdheight larger. Now I've found a specific situation when the problem seem to
be clearly reproducible: when the cursor was already on the line containing the
first qf valid error immediately before running the make command (that is, the
curaor was already on the line where make will automatically jump). In this
case the qf error message is echoed as usual, except that the editor hasn't
been redrawn yet and the hit enter prompt is presented again.
Original issue reported on code.google.com by carlosjo...@gmail.com on 24 Jun 2015 at 3:36