summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-29 18:20:50 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-29 18:20:50 -0400
commit187cdc67def5d221f7a256088ed395ddf587c313 (patch)
tree6f5a1c83a450ce25ff0bf0bb64ec8a14dcefa48c
parent0b49ab87584d63d6f4d3cb8630de473f5df95af8 (diff)
downloadreply-187cdc67def5d221f7a256088ed395ddf587c313.tar.gz
reply-187cdc67def5d221f7a256088ed395ddf587c313.zip
don't indicate that config values can be quoted
the current config parser doesn't actually handle this case
-rw-r--r--lib/Reply/Plugin/ReadLine.pm2
1 files changed, 1 insertions, 1 deletions
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