aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline/line_editor.rb
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/reline] Key strokes like 2dl should behave d2laycabta2020-12-051-3/+10
* [ruby/reline] Add alias vi-movement-mode to vi-command-mode for compatibilityaycabta2020-12-051-0/+1
* [ruby/reline] Move alias_method to right after original definitionaycabta2020-12-051-1/+1
* [ruby/reline] Call process_insert when the end of pasting plural fullwidth charsaycabta2020-12-051-0/+2
* [ruby/reline] Motions e, E, t, f should include a char on cursor if follows o...aycabta2020-12-051-20/+61
* [ruby/reline] Implement vi_yankaycabta2020-12-051-0/+8
* [ruby/reline] Operator with arg need to make sure that they take arg to avoid...aycabta2020-12-051-1/+1
* [ruby/reline] Unimplemented vi command should be no-opaycabta2020-12-051-2/+2
* [ruby/reline] Keep operator proc as a local variable in the scopeaycabta2020-12-051-1/+2
* [ruby/reline] Skip em_exchange_mark without markaycabta2020-12-051-0/+1
* [ruby/reline] Continuous insertion bufferingaycabta2020-12-051-24/+57
* [ruby/reline] Suppress callbacks in pastingaycabta2020-12-051-2/+18
* [ruby/reline] Deduplicate completed itemsaycabta2020-12-051-1/+1
* [ruby/reline] Treat prompt correctly when Reline.prompt_proc isn't setaycabta2020-09-121-6/+6
* [ruby/reline] Move cursor to currect vertical pos after rendering a logical lineaycabta2020-09-121-4/+6
* [ruby/reline] Stop using chomp option of lines methodaycabta2020-09-121-1/+1
* [ruby/reline] Stop erasing chars after the cursor at eolaycabta2020-09-121-2/+12
* Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA2020-09-091-6/+4
* Fix usages of Tempfile.open(&block) that expected the file to still be there ...Benoit Daloze2020-08-291-4/+6
* [ruby/reline] Move width calculator methods to Reline::Unicodeaycabta2020-08-281-64/+4
* [ruby/reline] Get rid of loading pathname unnecessarilyNobuyoshi Nakada2020-08-181-2/+1
* [ruby/reline] Remove duplicated line of codeaycabta2020-08-181-1/+0
* [ruby/reline] Support mode iconMark Delk2020-08-181-0/+24
* [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