aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
Commit message (Expand)AuthorAgeFilesLines
* Fix ArgumentError in aliased macroNobuyoshi Nakada2019-06-031-2/+12
* Check conditional nestings in INPUTRCNobuyoshi Nakada2019-06-021-12/+31
* Prefer $INPUTRC over the default in the homeNobuyoshi Nakada2019-06-021-3/+3
* Add true condition `Reline`Nobuyoshi Nakada2019-06-021-0/+1
* Add Reline test for unknown macroaycabta2019-06-021-1/+0
* Add new test for Reline within pipeaycabta2019-06-021-0/+4
* Add comments to key bindings vars of Reline::Configaycabta2019-06-021-2/+2
* Suppress error of macro not foundaycabta2019-06-021-1/+9
* Remove an unnecessary argumentaycabta2019-06-011-15/+11
* Just use `File.readlines`Nobuyoshi Nakada2019-06-011-3/+1
* Use inputrc data for keystroke settingaycabta2019-06-015-55/+69
* Seprate raw keystroke config for each platformsNobuyoshi Nakada2019-06-013-0/+26
* Warn compile_error only when input is finishedTakashi Kokubun2019-05-311-1/+3
* Finish with ^D only when input is completely empty in vi insert modeaycabta2019-05-311-1/+1
* Use rebuilt buffer data to rerender allaycabta2019-05-301-4/+5
* Use start_with? for escaped quote tooaycabta2019-05-301-1/+1
* Use negative lookahead and start_with?aycabta2019-05-301-1/+1
* Fix strange vertical cursor moving when adding a newline at bottomaycabta2019-05-301-2/+6
* Calculate vertical position correctly when rerendering all linesaycabta2019-05-301-1/+2
* Fix broken rendering when the last line is auto-wrappedaycabta2019-05-301-5/+5
* Rerender following lines when line number increasedaycabta2019-05-301-1/+1
* Clear remaining lines when line number decreasedaycabta2019-05-301-6/+24
* Fix the auto-wrap behabior that was too buggyaycabta2019-05-301-23/+32
* Use reversed get_screen_size correctly on Windowsaycabta2019-05-291-2/+2
* Fix condition..."and" is lowest priority operator, than "="aycabta2019-05-281-1/+1
* Use Reline.completer_quote_characters to completeaycabta2019-05-281-9/+36
* Fix reversed row and column get_screen_size on Windowsaycabta2019-05-281-1/+1
* Use Shift+Enter as Meta+Enter on Windowsaycabta2019-05-281-1/+7
* Use VK_MENU instead of VK_LMENU to check ALT on Windowsaycabta2019-05-281-2/+2
* Join next line if deletes newline at end of lineaycabta2019-05-281-0/+8
* Exit only when blank inputaycabta2019-05-281-1/+1
* Support OSC and treat \1 \2 correctlyaycabta2019-05-281-12/+53
* Revert "Support OSC and treat \1 \2 correctly"aycabta2019-05-281-53/+12
* Support OSC and treat \1 \2 correctlyaycabta2019-05-281-12/+53
* CSI allows empty digit which equals 0Nobuyoshi Nakada2019-05-271-1/+1
* Fix rendering bug of ^Daycabta2019-05-271-13/+31
* Move to next of last line by ^Daycabta2019-05-271-1/+7
* Check blank historyaycabta2019-05-271-0/+3
* Move to next of last line by ^Caycabta2019-05-271-0/+9
* Reline should move to next line after finished in Readline modeaycabta2019-05-271-0/+3
* Move to the other line when press <- at head or -> at tailaycabta2019-05-271-0/+14
* Implement J to join lines in vi command modeaycabta2019-05-272-1/+16
* Remove \1 and \2 that escape CSI before renderaycabta2019-05-271-0/+4
* Fix indexes in comments of vi_insert.rbaycabta2019-05-271-33/+32
* Deal with more syntax highlight edge casesTakashi Kokubun2019-05-251-1/+1
* Fix completion menu state calculationaycabta2019-05-261-2/+7
* Fix indexes in commentsNobuyoshi Nakada2019-05-262-66/+64
* Use Reline.completer_word_break_characters to completeaycabta2019-05-261-2/+16
* Add and use Reline::Unicode.escape_for_printTakashi Kokubun2019-05-251-0/+11
* Drop method obsoleted by b83119be9e9a8611063142541993e4823a025622Takashi Kokubun2019-05-251-11/+0