summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2019-06-04Add aliases for commands for changing text macroaycabta
2019-06-04Implement transpose-wordsaycabta
2019-06-04Simplify matchingNobuyoshi Nakada
2019-06-03Erase VI_OPERATORSaycabta
2019-06-03The C-q is also quoted insert in emacs modeaycabta
2019-06-03Add aliases for commands for moving macroaycabta
2019-06-03The ed_move_to_beg is different from vi_first_printaycabta
2019-06-03Reline::LineEditor::ARGUMENTABLE is no longer usedNobuyoshi Nakada
2019-06-03Fix ArgumentError in aliased macroNobuyoshi Nakada
2019-06-02Check conditional nestings in INPUTRCNobuyoshi Nakada
2019-06-02Prefer $INPUTRC over the default in the homeNobuyoshi Nakada
2019-06-02Add true condition `Reline`Nobuyoshi Nakada
2019-06-02Add Reline test for unknown macroaycabta
2019-06-02Add new test for Reline within pipeaycabta
2019-06-02Add comments to key bindings vars of Reline::Configaycabta
2019-06-02Suppress error of macro not foundaycabta
2019-06-01Remove an unnecessary argumentaycabta
2019-06-01Just use `File.readlines`Nobuyoshi Nakada
2019-06-01Use inputrc data for keystroke settingaycabta
2019-06-01Seprate raw keystroke config for each platformsNobuyoshi Nakada
2019-05-31Warn compile_error only when input is finishedTakashi Kokubun
2019-05-31Finish with ^D only when input is completely empty in vi insert modeaycabta
2019-05-30Use rebuilt buffer data to rerender allaycabta
2019-05-30Use start_with? for escaped quote tooaycabta
2019-05-30Use negative lookahead and start_with?aycabta
2019-05-30Fix strange vertical cursor moving when adding a newline at bottomaycabta
2019-05-30Calculate vertical position correctly when rerendering all linesaycabta
2019-05-30Fix broken rendering when the last line is auto-wrappedaycabta
2019-05-30Rerender following lines when line number increasedaycabta
2019-05-30Clear remaining lines when line number decreasedaycabta
2019-05-30Fix the auto-wrap behabior that was too buggyaycabta
2019-05-29Use reversed get_screen_size correctly on Windowsaycabta
2019-05-28Fix condition..."and" is lowest priority operator, than "="aycabta
2019-05-28Use Reline.completer_quote_characters to completeaycabta
2019-05-28Fix reversed row and column get_screen_size on Windowsaycabta
2019-05-28Use Shift+Enter as Meta+Enter on Windowsaycabta
2019-05-28Use VK_MENU instead of VK_LMENU to check ALT on Windowsaycabta
2019-05-28Join next line if deletes newline at end of lineaycabta
2019-05-28Exit only when blank inputaycabta
2019-05-28Support OSC and treat \1 \2 correctlyaycabta
2019-05-28Revert "Support OSC and treat \1 \2 correctly"aycabta
2019-05-28Support OSC and treat \1 \2 correctlyaycabta
2019-05-27CSI allows empty digit which equals 0Nobuyoshi Nakada
2019-05-27Fix rendering bug of ^Daycabta
2019-05-27Move to next of last line by ^Daycabta
2019-05-27Check blank historyaycabta
2019-05-27Move to next of last line by ^Caycabta
2019-05-27Reline should move to next line after finished in Readline modeaycabta
2019-05-27Move to the other line when press <- at head or -> at tailaycabta
2019-05-27Implement J to join lines in vi command modeaycabta