From 79a32153bf56a0626fca64cf6dd0d638bbd3e4af Mon Sep 17 00:00:00 2001 From: Thomas Hurst Date: Thu, 5 Jun 2008 12:32:36 +0100 Subject: [PATCH] Add ' to the list of valid URL path chars --- terminator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminator b/terminator index 7698ba15..15a444bd 100755 --- a/terminator +++ b/terminator @@ -332,7 +332,7 @@ text/plain userchars = "-A-Za-z0-9" passchars = "-A-Za-z0-9,?;.:/!%$^*&~\"#'" hostchars = "-A-Za-z0-9" - pathchars = "-A-Za-z0-9_$.+!*(),;:@&=?/~#%" + pathchars = "-A-Za-z0-9_$.+!*(),;:@&=?/~#%'" schemes = "(news:|telnet:|nntp:|file:/|https?:|ftps?:|webcal:)" user = "[" + userchars + "]+(:[" + passchars + "]+)?" urlpath = "/[" + pathchars + "]*[^]'.}>) \t\r\n,\\\"]"