ruby-changes:59042
From: aycabta <ko1@a...>
Date: Tue, 3 Dec 2019 01:41:22 +0900 (JST)
Subject: [ruby-changes:59042] bce38f706e (master): The C-r in vi command mode is also incremental search
https://git.ruby-lang.org/ruby.git/commit/?id=bce38f706e From bce38f706e9c434d8fd7c0e2e14bb4acdd085777 Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Mon, 2 Dec 2019 09:15:07 +0900 Subject: The C-r in vi command mode is also incremental search diff --git a/lib/reline/key_actor/vi_command.rb b/lib/reline/key_actor/vi_command.rb index d3929d6..865dfa2 100644 --- a/lib/reline/key_actor/vi_command.rb +++ b/lib/reline/key_actor/vi_command.rb @@ -37,7 +37,7 @@ class Reline::KeyActor::ViCommand < Reline::KeyActor::Base https://github.com/ruby/ruby/blob/trunk/lib/reline/key_actor/vi_command.rb#L37 # 17 ^Q :ed_ignore, # 18 ^R - :ed_redisplay, + :ed_search_prev_history, # 19 ^S :ed_ignore, # 20 ^T -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/