aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ~/.inputrc not found error messageaycabta2019-05-211-1/+0
* Copy config to make IRB::Context#use_colorize? functionalTakashi Kokubun2019-05-211-0/+1
* Symbol beginning token may take a constant tokenaycabta2019-05-211-1/+1
* Cursor should be at line head after line breakingaycabta2019-05-211-0/+1
* IRB should eval and show an error when only `.` is inputtedaycabta2019-05-211-1/+7
* Support DEL keyaycabta2019-05-212-2/+10
* Check whether IRB.conf is nil in IRB::WorkSpace#code_around_bindingaycabta2019-05-211-2/+6