mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix indent...
This commit is contained in:
parent
67f010af9b
commit
8bb716ab91
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Reline::Windows
|
|||
[ 0, 75] => :ed_prev_char, # ←
|
||||
[ 0, 83] => :key_delete, # Del
|
||||
[ 0, 71] => :ed_move_to_beg, # Home
|
||||
[ 0, 79] => :ed_move_to_end # End
|
||||
[ 0, 79] => :ed_move_to_end # End
|
||||
}
|
||||
|
||||
if defined? JRUBY_VERSION
|
||||
|
|
Loading…
Add table
Reference in a new issue