aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Treat :@1, :@@1, @1, and @@1 correctly to check terminationaycabta2019-05-281-0/+15
* Join next line if deletes newline at end of lineaycabta2019-05-281-0/+8
* Exit only when blank inputaycabta2019-05-281-1/+1
* Supress duplicated warningKazuki Tsujimoto2019-05-281-0/+3
* 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
* Colorize error partNobuyoshi Nakada2019-05-271-2/+16
* CSI allows empty digit which equals 0Nobuyoshi Nakada2019-05-271-1/+1
* context.rb: hide wrapping linesNobuyoshi Nakada2019-05-271-1/+2
* Use IRB::InputMethod#eof? to quitaycabta2019-05-272-2/+2
* Fix rendering bug of ^Daycabta2019-05-272-13/+35
* 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-272-0/+11
* 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