aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline/key_actor
Commit message (Collapse)AuthorAgeFilesLines
* Support forward-search-history by C-saycabta2019-12-172-2/+2
|
* The C-r in vi command mode is also incremental searchaycabta2019-12-031-1/+1
|
* C-r is incremental history search in vi insert modeaycabta2019-10-161-1/+1
|
* Behave ESC key correctly when vi command modeaycabta2019-09-081-1/+1
|
* Implement transpose-wordsaycabta2019-06-041-1/+1
|
* The C-q is also quoted insert in emacs modeaycabta2019-06-031-1/+1
|
* The ed_move_to_beg is different from vi_first_printaycabta2019-06-031-1/+1
|
* Implement J to join lines in vi command modeaycabta2019-05-271-1/+1
|
* Fix indexes in comments of vi_insert.rbaycabta2019-05-271-33/+32
| | | | Previous fix was 2993b361333147f6dfb86a153971c22329ffbaf4.
* Fix indexes in commentsNobuyoshi Nakada2019-05-262-66/+64
|
* Support Meta key in Relineaycabta2019-05-242-130/+130
|
* Add ed_search_prev_history to Relineaycabta2019-05-131-1/+1
|
* Add Reline as a fallback library for Readlineaycabta2019-04-304-0/+1562
| | | | | | | | | | | | | * lib/reine.rb, lib/reline/*: Reline is a readline stdlib compatible library. * lib/readline.rb: Readline uses a fallback to Reline when ext/readline doesn't exist. * tool/sync_default_gems.rb: add ruby/reline as a default gem. * appveyor.yml: add "set RELINE_TEST_ENCODING=Windows-31J" for test suit of Reline, and add "--exclude readline" to "nmake test-all" on Visual Studio builds because of strange behavior. * spec/ruby/library/readline/spec_helper.rb: skip Reline as with RbReadline.
* Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada2019-04-234-1562/+0
| | | | | Accidentally merged when 89271d4a3733bc5e70e9c56b4bd12f277e699c42 "Adjusted indents".
* IRB is improved with Reline and RDoc, take 2aycabta2019-04-234-0/+1562
|
* Revert "IRB is improved with Reline and RDoc"aycabta2019-04-214-1562/+0
| | | | | | This reverts commit 7f273ac6d0f05208b5b228da95205e20c0e8286c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* IRB is improved with Reline and RDocaycabta2019-04-204-0/+1562
Reline is a readline stdlib compatible library. It also supports multiline input. IRB is improved with Reline and supports multiline. Besides, supports showing documents when completed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e