[前][次][番号順一覧][スレッド一覧]

ruby-changes:55963

From: Nobuyoshi <ko1@a...>
Date: Mon, 3 Jun 2019 02:07:42 +0900 (JST)
Subject: [ruby-changes:55963] Nobuyoshi Nakada: 65fdb90325 (trunk): Reline::LineEditor::ARGUMENTABLE is no longer used

https://git.ruby-lang.org/ruby.git/commit/?id=65fdb90325

From 65fdb903250f37add2f83b81a5600d0c3e417427 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 3 Jun 2019 02:03:15 +0900
Subject: Reline::LineEditor::ARGUMENTABLE is no longer used


diff --git a/lib/reline/line_editor.rb b/lib/reline/line_editor.rb
index e4acdb9..f3c24d9 100644
--- a/lib/reline/line_editor.rb
+++ b/lib/reline/line_editor.rb
@@ -15,33 +15,6 @@ class Reline::LineEditor https://github.com/ruby/ruby/blob/trunk/lib/reline/line_editor.rb#L15
   attr_accessor :dig_perfect_match_proc
   attr_writer :output
 
-  ARGUMENTABLE = %i{
-    ed_delete_next_char
-    ed_delete_prev_char
-    ed_delete_prev_word
-    ed_next_char
-    ed_next_history
-    ed_next_line#
-    ed_prev_char
-    ed_prev_history
-    ed_prev_line#
-    ed_prev_word
-    ed_quoted_insert
-    vi_to_column
-    vi_next_word
-    vi_prev_word
-    vi_end_word
-    vi_next_big_word
-    vi_prev_big_word
-    vi_end_big_word
-    vi_next_char
-    vi_delete_meta
-    vi_paste_prev
-    vi_paste_next
-    vi_replace_char
-    vi_join_lines
-  }
-
   VI_OPERATORS = %i{
     vi_change_meta
     vi_delete_meta
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]