From: Daniel Carl Date: Thu, 5 Oct 2017 19:43:28 +0000 (+0200) Subject: Fixed typo in man page for auto command event. X-Git-Url: https://git.owens.tech/assets/static/gitweb.css/assets/static/gitweb.css/git?a=commitdiff_plain;h=9a2c4767bdef76a8a43d9854739f347fe0664f7d;p=vimb.git Fixed typo in man page for auto command event. --- diff --git a/doc/vimb.1 b/doc/vimb.1 index 31a0ae7..1a9c3d0 100644 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@ -658,7 +658,7 @@ Events: Fired if a new page is going to be opened. No data has been received yet, the load may still fail for transport issues. .TP -.B LoadCommited +.B LoadCommitted Fired if first data chunk has arrived, meaning that the necessary transport requirements are established, and the load is being performed. This is the right event to toggle content related setting @@ -748,8 +748,8 @@ Delete the autocmd group \fIname\fP. Example: .EX :aug github -: au LoadCommited * set scripts=off|set cookie-accept=never -: au LoadCommited http{s,}://github.com/* set scripts=on +: au LoadCommitted * set scripts=off|set cookie-accept=never +: au LoadCommitted http{s,}://github.com/* set scripts=on :aug end .EE .SS Misc