aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* awk: fix dodgy multi-char separators splitting logicDenys Vlasenko2020-11-161-9/+16
* libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-11/+11
* randomconfig fixesDenys Vlasenko2020-06-231-1/+2
* awk: disallow "str"++, closes bug 12981Denys Vlasenko2020-06-091-1/+3
* awk: fix more "length" cases, closes 12486Denys Vlasenko2020-02-021-4/+18
* vi: fixes to string search in colon commands, closes 10321Ron Yorston2020-01-291-5/+8
* vi: placate "warning: shifting a negative signed value is undefined"Denys Vlasenko2019-10-251-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-027-35/+35
* vi: code shrinkDenys Vlasenko2019-06-081-2/+2
* sed: fix /regex/,+N match triggering only once, closes 11871Denys Vlasenko2019-05-131-0/+2
* vi: enable 'dG' command. Closes 11801Ron Yorston2019-04-281-4/+7
* vi: fix changes to word at end of line. Closes 11796Ron Yorston2019-04-281-3/+2
* vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"Denys Vlasenko2019-04-031-2/+2
* vi: code shrinkDenys Vlasenko2019-04-031-7/+12
* vi: avoid build failure in non-default caseRon Yorston2019-04-031-16/+16