Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-16vi: 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
2021-04-08vi: changes to option handlingRon Yorston
2021-03-30vi: deal with invalid movements in shift commandsRon Yorston
2021-03-29vi: code shrinkRon Yorston
2021-03-29vi: improve operations involving paragraph movementRon Yorston
2021-03-29vi: improve motion by paragraphRon Yorston
2021-03-29vi: allow repetition count for paragraph motionRon Yorston
2021-03-29vi: allow motion count for change/delete/yank/shiftRon Yorston
2021-03-29vi: support more commands for range selectionRon Yorston
2021-03-29vi: improvements to character search within lineRon Yorston