diff --git a/lib/reline.rb b/lib/reline.rb index eafed48053..91648bf447 100644 --- a/lib/reline.rb +++ b/lib/reline.rb @@ -184,7 +184,7 @@ module Reline @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)