Problem: the first status notification after `inputsecret` rendered on the same line as the password prompt. Solution: call `vim.cmd.redraw()` after `inputrestore` to flush the command line before the callback fires notifications.