From 3c57fd294fd6a14c47ab1d906c100efbd0fa616f Mon Sep 17 00:00:00 2001 From: shugo Date: Fri, 20 May 2005 06:57:06 +0000 Subject: * ext/readline/readline.c (readline_attempted_completion_function): return 2 items if completion_proc returns only 1 item (for libedit). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 650f6a477..1692014b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri May 20 15:52:18 2005 Shugo Maeda + + * ext/readline/readline.c (readline_attempted_completion_function): + return 2 items if completion_proc returns only 1 item (for libedit). + Fri May 20 01:24:33 2005 Shugo Maeda * ext/readline/extconf.rb: check rl_vi_editing_mode() and -- cgit