aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
AgeCommit message (Expand)Author
2021-03-01vi: code shrinkDenys Vlasenko
2021-03-01vi: restore 0 offset after :set noXXX commandAlison Winters
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-02-02vi: fix range selection by forward character motionRon Yorston
2020-12-13help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko
2020-01-29vi: fixes to string search in colon commands, closes 10321Ron Yorston
2019-10-25vi: placate "warning: shifting a negative signed value is undefined"Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-08vi: code shrinkDenys Vlasenko
2019-04-28vi: enable 'dG' command. Closes 11801Ron Yorston
2019-04-28vi: fix changes to word at end of line. Closes 11796Ron Yorston
2019-04-03vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"Denys Vlasenko
2019-04-03vi: code shrinkDenys Vlasenko
2019-04-03vi: avoid build failure in non-default caseRon Yorston
2019-04-02vi: rename save_argc -> cmdline_filecntDenys Vlasenko
2019-04-02vi: restore capability to remember insertion cmds for "."Denys Vlasenko
2019-04-01vi: code shrinkDenys Vlasenko
2019-04-01vi: convert more /**/ comments to //Denys Vlasenko
2019-04-01vi: code shrinkDenys Vlasenko
2019-04-01vi: use vsnprintf to format status lineDenys Vlasenko
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko
2019-04-01vi: fix ^Z not always working as intendedDenys Vlasenko
2019-04-01vi: install SIGINT handler _after_ restart setjmp is initializedDenys Vlasenko
2019-03-30vi: allow manual screen update if SIGWINCH isn't supportedRon Yorston
2019-03-29vi: code shrink, proper printf formatting for strlen()Denys Vlasenko
2019-02-11vi: further fixes to undo after autoindentRon Yorston
2019-02-08vi: fix replacement of single character with CRRon Yorston
2019-02-08vi: fix faulty undo after autoinsertRon Yorston
2018-12-28config: update size informationDenys Vlasenko
2018-12-03vi: correctly detect when a deletion empties the bufferRon Yorston
2018-11-29vi: code shrinkDenys Vlasenko
2018-11-29vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) searchDenys Vlasenko
2018-10-31vi: remove duplicated codeRon Yorston
2018-06-27vi: placate "warning: variable orig_buf set but not used"Denys Vlasenko
2018-06-27vi: placate "warning: statement with no effect"Denys Vlasenko
2017-09-29use %m printf specifier where appropriateDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-09-13*: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-20libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-05-02vi: survive if stdin is nonblocking. closes 9851Denys Vlasenko
2017-03-24vi: avoid touching a new file with ZZ when no editing has been doneYousong Zhou
2017-03-13vi: don't touch file with :x when modified_count == 0Denys Vlasenko
2017-01-29vi,fsck: do not use build timestamp unconditionally. Closes 9626Denys Vlasenko
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko