aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* vi: remove autoindent from otherwise empty linesRon Yorston2021-06-021-26/+59
* vi: make autoindent respect expandtab settingRon Yorston2021-06-021-13/+19
* vi: make cursor positioning more vi compatibleRon Yorston2021-06-021-0/+4
* vi: :wq/:x should warn if there are more files to editRon Yorston2021-05-041-3/+14
* vi: cursor positioning after whole-line 'y'Ron Yorston2021-05-041-17/+8
* vi: trivial code shrinkDenys Vlasenko2021-05-011-2/+2
* vi: fix empty line range regressionRon Yorston2021-04-301-1/+1
* vi: expand '%' and '#' in colon commandsRon Yorston2021-04-281-14/+112
* vi: fix buffer overrun; code shrinkRon Yorston2021-04-281-31/+22
* vi: improvements to ':read' commandRon Yorston2021-04-281-13/+17
* vi: preserve state when switching fileRon Yorston2021-04-281-2/+0
* vi: 'ZZ' should warn if there are more files to editRon Yorston2021-04-281-0/+8
* vi: saving unnamed file in readonly modeRon Yorston2021-04-281-2/+2
* vi: adjust conditional compilation of modifying_cmdsRon Yorston2021-04-281-1/+1
* vi: changes to line addresses for colon commandsRon Yorston2021-04-281-50/+60
* 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