summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Expand)Author
2021-06-18awk: after preinc/dec, only allow variable, field ref, array ref, or another ...Denys Vlasenko
2021-06-16vi: reject change command when motion failsRon Yorston
2021-06-16vi: up/down motion beyond end of file should failRon Yorston
2021-06-16vi: keep autoindent if line isn't emptyRon Yorston
2021-06-16awk: fix use-after-free in "$BIGNUM1 $BIGGERNUM2" concat opDenys Vlasenko
2021-06-14vi: initialise tabstop once not for each fileRon Yorston
2021-06-14vi: ':r' should insert text after current lineRon Yorston
2021-06-14*: --help tweaksDenys Vlasenko
2021-06-13*: --help tweaksDenys Vlasenko
2021-06-02vi: remove autoindent from otherwise empty linesRon Yorston
2021-06-02vi: make autoindent respect expandtab settingRon Yorston
2021-06-02vi: make cursor positioning more vi compatibleRon Yorston
2021-05-04vi: :wq/:x should warn if there are more files to editRon Yorston
2021-05-04vi: cursor positioning after whole-line 'y'Ron Yorston
2021-05-01vi: trivial code shrinkDenys Vlasenko
2021-04-30vi: fix empty line range regressionRon Yorston
2021-04-28vi: expand '%' and '#' in colon commandsRon Yorston
2021-04-28vi: fix buffer overrun; code shrinkRon Yorston
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