summaryrefslogtreecommitdiff
path: root/editors/vi.c
AgeCommit message (Expand)Author
2021-04-15vi: reset command count when specifying '0' rangeRon Yorston
2021-04-15vi: code shrink motion by paragraphRon Yorston
2021-04-15vi: position cursor on last column of tabRon Yorston
2021-04-15vi: correctly record deleted charactersRon Yorston
2021-04-13vi: allow writing to another file if this one is readonlyAlison Winters
2021-04-11vi: improvements to reporting of changesRon Yorston
2021-04-11vi: issue a warning on failure to find a characterRon Yorston
2021-04-11vi: make the substitute command more like viRon Yorston
2021-04-11vi: make put commands more like viRon Yorston
2021-04-11vi: allow the '.' command to have a repetition countRon Yorston
2021-04-11vi: allow 'r' command to be aborted, repeatedRon Yorston
2021-04-11vi: improvements to undoRon Yorston
2021-04-11vi: more fixes to range selection by wordRon Yorston
2021-04-11vi: improvements to range selectionRon Yorston
2021-04-11vi: code shrink search commandsRon Yorston
2021-04-08vi: changes to option handlingRon Yorston
2021-03-30vi: deal with invalid movements in shift commandsRon Yorston
2021-03-29vi: code shrinkRon Yorston
2021-03-29vi: improve operations involving paragraph movementRon Yorston
2021-03-29vi: improve motion by paragraphRon Yorston
2021-03-29vi: allow repetition count for paragraph motionRon Yorston
2021-03-29vi: allow motion count for change/delete/yank/shiftRon Yorston
2021-03-29vi: support more commands for range selectionRon Yorston
2021-03-29vi: improvements to character search within lineRon Yorston
2021-03-29vi: remember cursor column during vertical motionRon Yorston
2021-03-29vi: 'G'/'M' commands move to first visible characterRon Yorston
2021-03-29vi: don't overwrite existing fileRon Yorston
2021-03-29vi: make buffer handling more vi-likeRon Yorston
2021-03-29vi: code shrinkRon Yorston
2021-03-29vi: fix word operations across line boundariesRon Yorston
2021-03-01vi: code shrinkDenys Vlasenko
2021-03-01vi: restore 0 offset after :set noXXX commandAlison Winters
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-02-02vi: fix range selection by forward character motionRon Yorston
2020-12-13help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko
2020-01-29vi: fixes to string search in colon commands, closes 10321Ron Yorston
2019-10-25vi: placate "warning: shifting a negative signed value is undefined"Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-08vi: code shrinkDenys Vlasenko
2019-04-28vi: enable 'dG' command. Closes 11801Ron Yorston
2019-04-28vi: fix changes to word at end of line. Closes 11796Ron Yorston
2019-04-03vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"Denys Vlasenko
2019-04-03vi: code shrinkDenys Vlasenko
2019-04-03vi: avoid build failure in non-default caseRon Yorston
2019-04-02vi: rename save_argc -> cmdline_filecntDenys Vlasenko
2019-04-02vi: restore capability to remember insertion cmds for "."Denys Vlasenko
2019-04-01vi: code shrinkDenys Vlasenko
2019-04-01vi: convert more /**/ comments to //Denys Vlasenko
2019-04-01vi: code shrinkDenys Vlasenko
2019-04-01vi: use vsnprintf to format status lineDenys Vlasenko