aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
AgeCommit message (Expand)Author
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
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-09-28vi: fix '' command (goto to prev context)Denys Vlasenko
2016-09-15vi: make "g<key>" error message less likely to show garbageDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2015-05-25typo fixesManinder Singh
2015-05-03vi: basic undo feature shouldn't depend on yankmarkAndrew Fuller
2015-03-12vi: make BACKSPACE and DELETE join lines at start/end of lineDenys Vlasenko
2015-01-07vi: fix reading of file after last lineRon Yorston
2015-01-07vi: failure to open file is not an error when initialising bufferRon Yorston
2014-09-15vi: fix incorrect memory access on brace matching. Closes 7256Denys Vlasenko
2014-04-05vi: some simplificationsDenys Vlasenko
2014-04-03vi: clear undo buffer when we change to another fileDenys Vlasenko
2014-04-03vi: undo code shrinkDenys Vlasenko
2014-04-02vi: undo support for vi with intermediate queuingJody Bruchon
2013-04-21vi: make regexp search case-insensitive if ":set ignorecase" is activeDenys Vlasenko
2013-03-15vi: code shrinkDenys Vlasenko
2013-03-15vi: fix adjustment of buffer on partial file readRon Yorston
2013-01-22*: reuse more stringsDenys Vlasenko
2013-01-15whitespace fixes. no code changesDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-06-11vi: save/restore screen upon invocationDenys Vlasenko
2012-06-11vi: nuke FEATURE_VI_OPTIMIZE_CURSORDenys Vlasenko
2012-06-11vi: do not set autoindent by defaultDenys Vlasenko
2012-01-31vi: add ":prev" command supportDennis Groenen
2012-01-31vi: move mark[i] pointers if text[] moves after reallocDenys Vlasenko
2012-01-15*: better comments on termios manipulations. No code changes.Denys Vlasenko
2011-11-28vi: fix [end] key handlingDenys Vlasenko
2011-09-09vi: prevent unlimited recursion in do_cmd(). Closes 4153Denys Vlasenko
2011-07-25less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko
2011-07-03vi: tweak regex.h includeDenys Vlasenko