summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2017-10-05 21:43:28 +0200
committerDaniel Carl <danielcarl@gmx.de>2017-10-05 21:43:28 +0200
commit9a2c4767bdef76a8a43d9854739f347fe0664f7d (patch)
tree20235d5dae903bd6143f0ede3cac3630fb444331 /doc
parent063e7fb4f67a2fccc543cca62fb7344aabd085e3 (diff)
Fixed typo in man page for auto command event.
Diffstat (limited to 'doc')
-rw-r--r--doc/vimb.16
1 files changed, 3 insertions, 3 deletions
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