summaryrefslogtreecommitdiff
path: root/editors/vi.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* vi: fix range selection by forward character motionRon Yorston2021-02-021-6/+9
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-131-1/+1
* 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-021-1/+1
* vi: code shrinkDenys Vlasenko2019-06-081-2/+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