aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Colorize compile_error as same as on_parse_errorNobuyoshi Nakada2019-05-291-2/+3
* parse.y: flush invalid charNobuyoshi Nakada2019-05-291-1/+3
* Revert "Colorize error part more"Koichi Sasada2019-05-291-28/+11
* Colorize error part moreNobuyoshi Nakada2019-05-291-11/+28
* Remove extra items because Reline::HISTORY is a sized queueaycabta2019-05-291-2/+27
* Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangsTakashi Kokubun2019-05-291-17/+0
* Use IO.copy_streamaycabta2019-05-291-3/+1
* Check RUBY_YES_I_AM_NOT_A_NORMAL_USER env to access RubyVM docaycabta2019-05-291-1/+1
* IRB never show RubyVM's docaycabta2019-05-292-1/+49
* Encode completed strings corecctlyaycabta2019-05-291-1/+1
* Remove extra items because Reline::HISTORY is a sized queueaycabta2019-05-291-1/+15
* Use existing instances for LineEditor and Configaycabta2019-05-291-0/+3
* Fix condition..."and" is lowest priority operator, than "="aycabta2019-05-281-1/+1
* Use Reline.completer_quote_characters to completeaycabta2019-05-282-25/+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
* Remove unused variable from IRB::InputCompletoraycabta2019-05-281-1/+0
* 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