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
2023-07-10Update applet size estimatesDenys Vlasenko
2022-08-30*: style fixDenys Vlasenko
2022-08-02vi: add 'ZQ' quitting commandGrob Grobmann
2022-06-26vi: handle autoindent in 'cc' commandRon Yorston
2022-06-26vi: fix regression in autoindent handlingRon Yorston
2022-04-20vi: fix backspace over tab in commandsRon Yorston
2022-03-05vi: improved handling of backspace in replace modeRon Yorston
2022-01-17ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko
2021-08-29vi: further changes to colon addressesRon Yorston
2021-08-22vi: code shrink print_literal()Ron Yorston
2021-08-22vi: searches in colon commands should wrapRon Yorston
2021-08-20vi: don't right shift empty linesRon Yorston
2021-08-20vi: support ~/.exrcRon Yorston
2021-08-20vi: changes to handling of -c and EXINITRon Yorston
2021-08-16vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTSDenys Vlasenko
2021-07-14vi: remove redundant assignmentDenys Vlasenko
2021-07-13vi: fix regex search compilation errorRon Yorston
2021-07-13vi: somewhat more readable code, no logic changesDenys Vlasenko
2021-07-13vi: allow delimiter in ':s' to be escapedRon Yorston
2021-07-13vi: allow regular expressions in ':s' commandsDenys Vlasenko
2021-07-13vi: improve handling of anchored searchesRon Yorston
2021-07-13vi: use basic regular expressions for searchRon Yorston
2021-07-13vi: allow 'gg' to specify a rangeRon Yorston
2021-06-27vi: stored search pattern applies to ':s'Ron Yorston
2021-06-23vi: fix read outside of text buffer during insertS Harris
2021-06-21vi: fix backward search with GNU regexRon Yorston
2021-06-17vi: reject change command when motion failsRon Yorston
2021-06-17vi: up/down motion beyond end of file should failRon Yorston
2021-06-17vi: keep autoindent if line isn't emptyRon Yorston
2021-06-14vi: initialise tabstop once not for each fileRon Yorston
2021-06-14vi: ':r' should insert text after current lineRon Yorston
2021-06-13*: --help tweaksDenys Vlasenko
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