1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/reline
aycabta c4c47b792d Disable auto indent when move cursor up or down
This commit suppresses a strange behavior below:

  if true
    1[cursor]
  end

and press down key

  if true
  1
  end
2019-06-20 16:00:30 +09:00
..
key_actor Implement transpose-words 2019-06-04 07:23:36 +09:00
unicode Add Reline as a fallback library for Readline 2019-04-30 11:44:20 +09:00
ansi.rb Simplify matching 2019-06-04 00:33:56 +09:00
config.rb Check conditional nestings in INPUTRC 2019-06-02 22:58:05 +09:00
general_io.rb Use inputrc data for keystroke setting 2019-06-01 09:06:27 +09:00
key_actor.rb Add Reline as a fallback library for Readline 2019-04-30 11:44:20 +09:00
key_stroke.rb Move I/O access from Reline::KeyStroke to Reline 2019-06-05 11:29:59 +09:00
kill_ring.rb Add Reline as a fallback library for Readline 2019-04-30 11:44:20 +09:00
line_editor.rb Disable auto indent when move cursor up or down 2019-06-20 16:00:30 +09:00
reline.gemspec Add Reline as a fallback library for Readline 2019-04-30 11:44:20 +09:00
unicode.rb Implement transpose-words 2019-06-04 07:23:36 +09:00
version.rb Revert "Change Reline's version with "Reline 0.0.0"" 2019-05-25 00:44:09 +09:00
windows.rb Use inputrc data for keystroke setting 2019-06-01 09:06:27 +09:00