summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSébastien Marie <semarie@users.noreply.github.com>2014-10-24 10:23:38 +0200
committerSébastien Marie <semarie@users.noreply.github.com>2014-10-24 13:42:36 +0200
commit18dbc8744bc5231335188df2210c52c6df917397 (patch)
treeac60ab007fb5e38156bfecaca26336085cd79ff1 /doc
parent7368a746053ac3ceb8bad58c19b91e35e660fb08 (diff)
enable uri pattern for LoadProvisional autocmd
this prepare a new setting "content-security-policy" that need to be setted very early (before LoadCommited, where some HTTP-Headers are already processed by webkit).
Diffstat (limited to 'doc')
-rw-r--r--doc/vimb.13
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/vimb.1 b/doc/vimb.1
index 7fbdbba..b123908 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -630,8 +630,7 @@ Events:
.TP
.B LoadProvisional
Fired if a new page is going to opened. No data has been received yet, the load
-may still fail for transport issues. Out of this reason this event has no
-associated URL to match.
+may still fail for transport issues.
.TP
.B LoadCommited
Fired if first data chunk has arrived, meaning that the necessary transport