diff options
author | tomoya ishida <[email protected]> | 2024-05-02 23:41:04 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-05-02 14:41:07 +0000 |
commit | c78cebb469fe56b45ee5daad16ae976b7760497c () | |
tree | 92fab41d84eb1fb9b387b14ab12bd198d94f3d21 /lib/reline.rb | |
parent | 2eefbef2eeeed8690daff5f111a36f72711a474c (diff) |
[ruby/reline] Fix default and additional key bindings vanish bug
(https://.com/ruby/reline/pull/697) https://.com/ruby/reline/commit/fc9b4d2274
-rw-r--r-- | lib/reline.rb | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -340,7 +340,6 @@ module Reline unless config.test_mode or config.loaded? config.read - config.reset_default_key_bindings io_gate.set_default_key_bindings(config) end |