summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2020-11-27 23:11:46 +0900
committeraycabta <aycabta@gmail.com>2020-12-05 02:58:59 +0900
commit0cf073088ef1a0a3c7d49038ba2d67547b5ed16b (patch)
tree7de7247a2e97726222b78feccdf244258c7a0a5f /lib
parentc2bd5b84d06f5e74afce72e4e4af06d7176453b2 (diff)
[ruby/reline] Process insertion buffer forcibly
https://github.com/ruby/reline/commit/89d49ec9e0
Diffstat (limited to 'lib')
-rw-r--r--lib/reline/line_editor.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/reline/line_editor.rb b/lib/reline/line_editor.rb
index 044b7c3159..f8be32e913 100644
--- a/lib/reline/line_editor.rb
+++ b/lib/reline/line_editor.rb
@@ -324,6 +324,7 @@ class Reline::LineEditor
def rerender_all
@rerender_all = true
+ process_insert(force: true)
rerender
end