mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
d3fcb176bf
- restore mirb_completion.c/h from before readline removal - add editor adapter for tab completion (mirb_setup_editor_completion, mirb_get_completions, mirb_free_completions) - add TAB key handling in mirb_editor.c - fix string literal completion: properly detect when cursor is outside a string by scanning forward, allow string/array/hash literals as safe receivers for method completion Co-authored-by: Claude <noreply@anthropic.com>