Skip to content

Commit b6ece0b

Browse files
committed
broken link fix
1 parent a2f9a3e commit b6ece0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devel/tools/vim2html.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ sub vim2html
287287
s/https?:\/\/[^' <>"]+[a-zA-Z0-9\/]/<a href="$&">$&<\/a>/g;
288288

289289
# parameter '...'
290-
s/'(\w{2,}|t_..)'/maplink($&)/ge;
290+
s/'([a-z]{2,}|t_..)'/maplink($&)/ge;
291291

292292
# parameter `...`
293293
if ( $conceal ) {

0 commit comments

Comments
 (0)