aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline/line_editor.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Remove unnecessary TODO commnetaycabta2020-05-171-1/+1
* [ruby/reline] Add ed_search_next_historyaycabta2020-04-181-0/+52
* [ruby/reline] Add ed_search_prev_historyaycabta2020-04-181-0/+47
* [ruby/reline] Use vi_search_{prev,next} to incremental searchaycabta2020-04-181-4/+4
* [ruby/reline] Rename search_history with incremental_search_historyaycabta2020-04-181-3/+3
* [ruby/reline] Work with wrong $/ value correctlyaycabta2020-03-261-1/+1
* [ruby/reline] Use IO#write instead of IO#printaycabta2020-02-141-2/+2
* [ruby/reline] Bypass cursor down when a char is rendered at eol on Windowsaycabta2020-02-021-3/+11
* [ruby/reline] Implement vi_change_metaaycabta2020-01-211-0/+12
* [ruby/reline] Implement vi_prev_char and vi_to_prev_charaycabta2020-01-201-0/+48
* [ruby/reline] Implement vi_to_next_charaycabta2020-01-201-2/+12
* Implement vi_insert_at_bol and vi_add_at_eolaycabta2020-01-171-0/+10
* Introduce an abstracted structure about the encoding of Relineaycabta2020-01-141-5/+5
* Complete indented and quoted string correctlyaycabta2020-01-061-2/+6
* [ruby/reline] Sort completion listKOBAYASHI Shuji2020-01-051-1/+1
* Drop an invalid char as UTF-8aycabta2019-12-271-0/+10
* Save last breaking point to completeaycabta2019-12-251-0/+1
* The behavior of vi_end_of_transmission should be the same of vi_list_or_eofaycabta2019-12-251-12/+0
* ^D on non-empty line in vi mode behaves like Enteraycabta2019-12-251-1/+3
* Remove unused variableaycabta2019-12-241-1/+0
* The delete-char-or-list shows completed list when called at end of lineaycabta2019-12-241-5/+26
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* Remove an unnecessary variableaycabta2019-12-171-6/+1
* Remove unnecessary branchesaycabta2019-12-171-24/+6
* [ruby/reline] Implement completion_append_characterThomas Leitner2019-12-171-2/+4
* Support change search directionaycabta2019-12-171-7/+30
* Support forward-search-history by C-saycabta2019-12-171-24/+72
* Show a menu before a documentaycabta2019-12-131-5/+15
* Suppress to crash IRB if completed list has nilaycabta2019-12-121-1/+1
* Add a message for CompatibilityErroraycabta2019-12-111-1/+1
* Support Readline.completion_quote_character by Relineaycabta2019-12-111-8/+22
* Change encoding of completion stringsaycabta2019-12-101-1/+1
* Support completion with case-insensitive fashionaycabta2019-12-101-4/+16
* Fix encoding compatibility checking of completion correctlyaycabta2019-12-091-1/+1
* Support disable-completionaycabta2019-12-051-13/+17
* Fix auto-indent behavior correctlyaycabta2019-12-031-6/+3
* Support incremental search by last determined wordaycabta2019-12-031-4/+32
* Support incremental search again by C-r in incremental searchaycabta2019-12-021-2/+9
* Process Backspace key in incremental search correctlyaycabta2019-12-021-3/+3
* Search history to back in the middle of historiesaycabta2019-12-021-5/+7
* The ed_search_prev_history should always search to backwardaycabta2019-12-011-1/+6
* Delete newline when C-k on emacs mode at EOLaycabta2019-11-281-0/+8
* Consider escape sequence to calculate prompt widthaycabta2019-11-211-1/+1
* Fix indent of a line when a newline is inserted to the nextaycabta2019-11-201-0/+20
* Remove unnecessary checkaycabta2019-11-181-1/+1
* Implement em_set_mark and em_exchange_markaycabta2019-11-151-0/+17
* Suppress "shadowing outer local variable" warning in 2.5aycabta2019-11-081-12/+12
* Use prompt_list to calculate height by linesaycabta2019-11-021-12/+14
* Insert multiline incremental search result correctlyaycabta2019-10-181-3/+18
* Remove unused variableaycabta2019-10-171-1/+0