diff options
author | Daniel Carl <danielcarl@gmx.de> | 2017-10-05 21:43:28 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2017-10-05 21:43:28 +0200 |
commit | 9a2c4767bdef76a8a43d9854739f347fe0664f7d (patch) | |
tree | 20235d5dae903bd6143f0ede3cac3630fb444331 /doc | |
parent | 063e7fb4f67a2fccc543cca62fb7344aabd085e3 (diff) |
Fixed typo in man page for auto command event.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vimb.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |