ruby-changes:35084
From: hsbt <ko1@a...>
Date: Wed, 13 Aug 2014 12:02:38 +0900 (JST)
Subject: [ruby-changes:35084] hsbt:r47166 (trunk): * lib/irb/completion.rb: reverted r47163.
hsbt 2014-08-13 12:02:26 +0900 (Wed, 13 Aug 2014) New Revision: 47166 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47166 Log: * lib/irb/completion.rb: reverted r47163. because another case can't be show completion target. Modified files: trunk/ChangeLog trunk/lib/irb/completion.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 47165) +++ ChangeLog (revision 47166) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Aug 13 11:54:41 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * lib/irb/completion.rb: reverted r47163. + because another case can't be show completion target. + Wed Aug 13 11:17:00 2014 Shimpei Makimoto <github@m...> * lib/irb.rb: Prevent irb from crashing when exception with Index: lib/irb/completion.rb =================================================================== --- lib/irb/completion.rb (revision 47165) +++ lib/irb/completion.rb (revision 47166) @@ -222,7 +222,7 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb/completion.rb#L222 end if Readline.respond_to?("basic_word_break_characters=") - Readline.basic_word_break_characters= "\t\n\\`><=;|&{(" + Readline.basic_word_break_characters= " \t\n`><=;|&{(" end Readline.completion_append_character = nil Readline.completion_proc = IRB::InputCompletor::CompletionProc -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/