From 6e236dd02284aebcdff75063bda68af5c576116e Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Sun, 25 May 2014 18:50:37 +0200 Subject: [PATCH] Updated manual page for change handler processing (#82). --- doc/vimb.1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/vimb.1 b/doc/vimb.1 index 41ca0ad..d41bb35 100644 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@ -454,10 +454,7 @@ Handlers allow specifying external scripts to handle alternative URI methods. .BI ":handler-add " "HANDLER" "=" "COMMAND" Adds a handler to direct \fIHANDLER\fP links to the external \fICOMMAND\fP. The \fICOMMAND\fP can contain one placeholder %s that will be filled by the -full URI given when the command is called. Handlers only get check on newly -spawned windows, either by CTRL-CLICK or F hinting. This allows handlers to -act as overrides for default behavior and as a security precaution. - +full URI given when the command is called. .RS Examples: .IP ":handler-add magnet=xdg-open %s" -- 2.20.1