aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* vi: make de-indentation with ctrl-D more like vimRon Yorston2021-04-201-9/+21
* vi: add expandtab optionRon Yorston2021-04-201-17/+47
* vi: move undo_queue_state in globals to other byte-sized membersDenys Vlasenko2021-04-151-13/+14
* vi: allow line addresses to have an offsetRon Yorston2021-04-151-46/+72
* vi: allow backward search to specify line addressRon Yorston2021-04-151-7/+14
* vi: detect and warn about invalid line addressesRon Yorston2021-04-151-8/+14
* vi: code shrink colon line addressesRon Yorston2021-04-151-27/+28
* vi: make context marks more like viRon Yorston2021-04-151-18/+12
* vi: correct autoindent for 'O' commandRon Yorston2021-04-151-12/+29
* vi: allow ctrl-D to reduce indentationRon Yorston2021-04-151-2/+14
* vi: don't move cursor when yanking whole linesRon Yorston2021-04-151-0/+6
* vi: reset command count when specifying '0' rangeRon Yorston2021-04-151-5/+10
* vi: code shrink motion by paragraphRon Yorston2021-04-151-12/+15
* vi: position cursor on last column of tabRon Yorston2021-04-151-12/+9
* vi: correctly record deleted charactersRon Yorston2021-04-151-17/+22
* vi: allow writing to another file if this one is readonlyAlison Winters2021-04-131-1/+1
* vi: improvements to reporting of changesRon Yorston2021-04-111-31/+59
* vi: issue a warning on failure to find a characterRon Yorston2021-04-111-1/+3
* vi: make the substitute command more like viRon Yorston2021-04-111-13/+17
* vi: make put commands more like viRon Yorston2021-04-111-2/+13
* vi: allow the '.' command to have a repetition countRon Yorston2021-04-111-10/+11
* vi: allow 'r' command to be aborted, repeatedRon Yorston2021-04-111-3/+12
* vi: improvements to undoRon Yorston2021-04-111-13/+22
* vi: more fixes to range selection by wordRon Yorston2021-04-111-3/+5
* vi: improvements to range selectionRon Yorston2021-04-111-41/+42
* vi: code shrink search commandsRon Yorston2021-04-111-49/+36
* vi: changes to option handlingRon Yorston2021-04-081-34/+57
* vi: deal with invalid movements in shift commandsRon Yorston2021-03-301-2/+4
* vi: code shrinkRon Yorston2021-03-291-3/+3
* vi: improve operations involving paragraph movementRon Yorston2021-03-291-6/+24
* vi: improve motion by paragraphRon Yorston2021-03-291-3/+11
* vi: allow repetition count for paragraph motionRon Yorston2021-03-291-9/+8
* vi: allow motion count for change/delete/yank/shiftRon Yorston2021-03-291-2/+18
* vi: support more commands for range selectionRon Yorston2021-03-291-3/+3
* vi: improvements to character search within lineRon Yorston2021-03-291-41/+39
* vi: remember cursor column during vertical motionRon Yorston2021-03-291-3/+18
* vi: 'G'/'M' commands move to first visible characterRon Yorston2021-03-291-0/+2
* vi: don't overwrite existing fileRon Yorston2021-03-291-0/+7
* vi: make buffer handling more vi-likeRon Yorston2021-03-291-89/+73
* vi: code shrinkRon Yorston2021-03-291-9/+3
* vi: fix word operations across line boundariesRon Yorston2021-03-291-7/+9
* vi: code shrinkDenys Vlasenko2021-03-011-18/+14
* vi: restore 0 offset after :set noXXX commandAlison Winters2021-03-011-5/+5
* diff: code shrinkRon Yorston2021-02-221-1/+1
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-032-2/+2
* vi: fix range selection by forward character motionRon Yorston2021-02-021-6/+9
* awk: allow printf('%c') to output NUL, closes 13486Ron Yorston2021-02-021-3/+15
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-132-2/+2
* awk: FS regex matches only non-empty separators (gawk compat)Denys Vlasenko2020-12-021-8/+25
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1