From d179da3e87498ccc71a394d80431a2cdbd2a4b92 Mon Sep 17 00:00:00 2001 From: Sandro Date: Sat, 3 Apr 2021 06:03:55 +0200 Subject: [PATCH] docs/hyperlinks: revert s -> S Co-authored-by: Wez Furlong --- docs/hyperlinks.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/hyperlinks.md b/docs/hyperlinks.md index d04df9ed8..938de790f 100644 --- a/docs/hyperlinks.md +++ b/docs/hyperlinks.md @@ -30,7 +30,7 @@ return { -- file:// URI { - regex = "\\bfile://\\s*\\b", + regex = "\\bfile://\\S*\\b", format = "$0", }, @@ -61,4 +61,3 @@ printf '\e]8;;http://example.com\e\\This is a link\e]8;;\e\\\n' will output the text `This is a link` that when clicked will open `http://example.com` in your browser. -