Closed
Description
When I post a gist with :Gist
, it shows the message telling me that it's posting, but it never shows me the "Done: $url"
message. If I type :mess
afterwards I can see it, but otherwise it never appears.
After poking at this, it appears that the call to winrestview(view)
(inside the call to s:update_GistID
) is causing this problem. More specifically, that call appears to mark the window as needing to be redrawn, which it will be as soon as the command finishes.
I think the right answer here is to invoke s:update_GistID
prior to echoing the Done
message.
Metadata
Metadata
Assignees
Labels
No labels