aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Reline should move to next line after finished in Readline modeaycabta2019-05-271-0/+3
* Add support for history with Reline backendSutou Kouhei2019-05-271-4/+6
* 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
* Highlight global variable on IRBTakashi Kokubun2019-05-261-1/+2
* Simplify lexer state matching in #dispatch_seqTakashi Kokubun2019-05-261-26/+30
* Refactor IRB color dispatchTakashi Kokubun2019-05-261-29/+31
* Support op, cvar, iver, gvar and kw that follow on symbeg in IRBaycabta2019-05-271-1/+2
* Support :@@cvar and : on colorizeaycabta2019-05-271-1/+1
* Make the imaginary color on IRB close to pryTakashi Kokubun2019-05-261-5/+7
* Fix indexes in comments of vi_insert.rbaycabta2019-05-271-33/+32
* Fix number literal regexp of IRB completionaycabta2019-05-271-1/+1
* Use correctly RI output in IRB completionaycabta2019-05-271-28/+111
* Colorize imaginary and rational literalsNobuyoshi Nakada2019-05-261-0/+2
* Handle keyword symbol in IRB::Color::SymbolStateTakashi Kokubun2019-05-251-1/+1
* Deal with more syntax highlight edge casesTakashi Kokubun2019-05-252-2/+4
* Fix more unintended syntax highlightsTakashi Kokubun2019-05-251-18/+11
* Always color Symbol as Yellow on IRB::ColorTakashi Kokubun2019-05-251-4/+51
* Colorize empty embexpr more on IRB::ColorTakashi Kokubun2019-05-251-2/+2
* Fix completion menu state calculationaycabta2019-05-261-2/+7
* Fix indexes in commentsNobuyoshi Nakada2019-05-262-66/+64
* Support some unhandled syntax highlightTakashi Kokubun2019-05-251-2/+6
* Use Reline.completer_word_break_characters to completeaycabta2019-05-261-2/+16
* Clear IRB::Color escape sequence before newlineTakashi Kokubun2019-05-251-1/+1
* Add and use Reline::Unicode.escape_for_printTakashi Kokubun2019-05-253-7/+24
* Respect --nocolorize on REPL source highlightTakashi Kokubun2019-05-251-3/+5
* Drop method obsoleted by b83119be9e9a8611063142541993e4823a025622Takashi Kokubun2019-05-251-11/+0
* Incremental syntax highlight for IRB source linesTakashi Kokubun2019-05-244-40/+50
* JSON like label ends by differs from the startaycabta2019-05-251-2/+2
* Fix wrong variable nameaycabta2019-05-251-1/+1
* Add round-robin variableaycabta2019-05-251-2/+2
* Show documents when completionaycabta2019-05-254-1/+12
* Use Reline as Reidline multiline editor in IRBaycabta2019-05-256-24/+142
* Enter key always means evaluate in Reline#readmultilineaycabta2019-05-251-7/+12
* Fix C-v C-jaycabta2019-05-251-1/+1
* Revert "Change Reline's version with "Reline 0.0.0""aycabta2019-05-251-1/+1
* Change Reline's version with "Reline 0.0.0"aycabta2019-05-251-1/+1
* Check block in #readmultilineaycabta2019-05-251-0/+3
* Support Meta key in Relineaycabta2019-05-249-183/+262
* Removed symlinks by in-place build [Bug #15870]Nobuyoshi Nakada2019-05-242-2/+0
* switch UNICODE_BETA to NOMartin Dürst2019-05-242-0/+2
* Suppress paranoid warnings for external/3rd-party librariesNobuyoshi Nakada2019-05-231-1/+1
* Use colorized IRB on Windows without checking `TERM`NAKAMURA Usaku2019-05-231-1/+1
* C-v C-j means an newline insertionaycabta2019-05-231-1/+5
* Change behavior to confirm multiline terminationaycabta2019-05-231-32/+41
* Remove unnecessary variable in LineEditoraycabta2019-05-221-1/+0
* Support CSI sequences in promptaycabta2019-05-221-16/+61
* Reline#reset should initalize @rest_height and @screen_size eveytimeaycabta2019-05-221-3/+7
* Reopen $stderr with specified fd by RELINE_STDERR_TTYaycabta2019-05-221-0/+3