From 187cdc67def5d221f7a256088ed395ddf587c313 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 29 May 2016 18:20:50 -0400 Subject: don't indicate that config values can be quoted the current config parser doesn't actually handle this case --- lib/Reply/Plugin/ReadLine.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Reply/Plugin/ReadLine.pm b/lib/Reply/Plugin/ReadLine.pm index 62a6fe8..5cced70 100644 --- a/lib/Reply/Plugin/ReadLine.pm +++ b/lib/Reply/Plugin/ReadLine.pm @@ -14,7 +14,7 @@ use Term::ReadLine; ; .replyrc [ReadLine] - history_file = '.hist' + history_file = .hist history_length = 100 =head1 DESCRIPTION -- cgit v1.2.3