ruby-changes:67312
From: aycabta <ko1@a...>
Date: Sun, 29 Aug 2021 20:30:48 +0900 (JST)
Subject: [ruby-changes:67312] 18c0814fe0 (master): [ruby/reline] Fix typo
https://git.ruby-lang.org/ruby.git/commit/?id=18c0814fe0 From 18c0814fe02dcfdc9cf20504278a1e0039b75b74 Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Thu, 26 Aug 2021 12:52:10 +0900 Subject: [ruby/reline] Fix typo https://github.com/ruby/reline/commit/6370353c71 --- lib/reline.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reline.rb b/lib/reline.rb index eafed48..91648bf 100644 --- a/lib/reline.rb +++ b/lib/reline.rb @@ -184,7 +184,7 @@ module Reline https://github.com/ruby/ruby/blob/trunk/lib/reline.rb#L184 @dialog_proc = ->() { # autocomplete if just_cursor_moving - # Auto complete starts only when endited + # Auto complete starts only when edited return nil end pre, target, post= retrieve_completion_block(true) -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/