Is there any way to explicitly request vim to beep, preferably without having to run external commands?
The reason is that I often run commands (like :make) that take quite long, so I start doing something else, but than I need to be alerted to the fact that the task finished. So there is no error that would cause vim to beep, but I can run arbitrary command, so I need some command that would make it beep (ok, with running external program it’s doable, but I’d prefer more portable method).
Yes:
For more information see:
:help beep:help 'errorbells':help :echoerr