summaryrefslogtreecommitdiff
path: root/editors/vi.c
AgeCommit message (Expand)Author
2021-04-28vi: improvements to ':read' commandRon Yorston
2021-04-28vi: preserve state when switching fileRon Yorston
2021-04-28vi: 'ZZ' should warn if there are more files to editRon Yorston
2021-04-28vi: saving unnamed file in readonly modeRon Yorston
2021-04-28vi: adjust conditional compilation of modifying_cmdsRon Yorston
2021-04-28vi: changes to line addresses for colon commandsRon Yorston
2021-04-20vi: make de-indentation with ctrl-D more like vimRon Yorston
2021-04-20vi: add expandtab optionRon Yorston
2021-04-15vi: move undo_queue_state in globals to other byte-sized membersDenys Vlasenko
2021-04-15vi: allow line addresses to have an offsetRon Yorston
2021-04-15vi: allow backward search to specify line addressRon Yorston
2021-04-15vi: detect and warn about invalid line addressesRon Yorston
2021-04-15vi: code shrink colon line addressesRon Yorston
2021-04-15vi: make context marks more like viRon Yorston
2021-04-15vi: correct autoindent for 'O' commandRon Yorston
2021-04-15vi: allow ctrl-D to reduce indentationRon Yorston
2021-04-15vi: don't move cursor when yanking whole linesRon Yorston
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