aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vi: survive if stdin is nonblocking. closes 9851Denys Vlasenko2017-05-021-1/+8
* vi: avoid touching a new file with ZZ when no editing has been doneYousong Zhou2017-03-241-8/+8
* vi: don't touch file with :x when modified_count == 0Denys Vlasenko2017-03-131-17/+26
* vi,fsck: do not use build timestamp unconditionally. Closes 9626Denys Vlasenko2017-01-291-1/+1
* libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-11/+4
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-18/+15
* vi: fix '' command (goto to prev context)Denys Vlasenko2016-09-281-5/+5
* vi: make "g<key>" error message less likely to show garbageDenys Vlasenko2016-09-151-1/+3
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
* join some common strings, -400 bytesDenys Vlasenko2015-10-081-4/+4
* Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* typo fixesManinder Singh2015-05-251-7/+7
* vi: basic undo feature shouldn't depend on yankmarkAndrew Fuller2015-05-031-5/+5
* vi: make BACKSPACE and DELETE join lines at start/end of lineDenys Vlasenko2015-03-121-4/+4
* vi: fix reading of file after last lineRon Yorston2015-01-071-1/+5
* vi: failure to open file is not an error when initialising bufferRon Yorston2015-01-071-7/+5
* vi: fix incorrect memory access on brace matching. Closes 7256Denys Vlasenko2014-09-151-43/+36
* vi: some simplificationsDenys Vlasenko2014-04-051-116/+120
* vi: clear undo buffer when we change to another fileDenys Vlasenko2014-04-031-69/+87
* vi: undo code shrinkDenys Vlasenko2014-04-031-41/+42
* vi: undo support for vi with intermediate queuingJody Bruchon2014-04-021-54/+448
* vi: make regexp search case-insensitive if ":set ignorecase" is activeDenys Vlasenko2013-04-211-40/+28
* vi: code shrinkDenys Vlasenko2013-03-151-4/+10
* vi: fix adjustment of buffer on partial file readRon Yorston2013-03-151-1/+1
* *: reuse more stringsDenys Vlasenko2013-01-221-14/+14
* whitespace fixes. no code changesDenys Vlasenko2013-01-151-5/+5
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-1/+1
* vi: save/restore screen upon invocationDenys Vlasenko2012-06-111-0/+4
* vi: nuke FEATURE_VI_OPTIMIZE_CURSORDenys Vlasenko2012-06-111-124/+58
* vi: do not set autoindent by defaultDenys Vlasenko2012-06-111-7/+8
* vi: add ":prev" command supportDennis Groenen2012-01-311-11/+18
* vi: move mark[i] pointers if text[] moves after reallocDenys Vlasenko2012-01-311-27/+37
* *: better comments on termios manipulations. No code changes.Denys Vlasenko2012-01-151-1/+1
* vi: fix [end] key handlingDenys Vlasenko2011-11-281-1/+1
* vi: prevent unlimited recursion in do_cmd(). Closes 4153Denys Vlasenko2011-09-091-155/+139
* less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko2011-07-251-2/+2
* vi: tweak regex.h includeDenys Vlasenko2011-07-031-3/+6
* vi: fix regex search, make it selectable in configWalter Harms2011-06-271-40/+181
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* vi.c: remove warning: variable 'sp' set but not usedCristian Ionescu-Idbohrn2011-05-161-0/+4
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-2/+0
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+13
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* vi: fix "ask terminal" codeDenys Vlasenko2010-07-211-10/+10
* remove some dead assignments, add a TODO commentDenys Vlasenko2010-07-041-1/+0
* vi: fix "set ic" command; code shrink while at it. closes bug 1765Denys Vlasenko2010-05-191-49/+37
* consolidate ESC sequencesDenys Vlasenko2010-05-161-8/+8
* lineedit: change how cmdedit_set_out_char worksDenys Vlasenko2010-05-111-2/+2
* vi: discover window size even on serial consoles. optionalDenys Vlasenko2010-04-181-1/+22
* vi: remove superfluous check on filename == ""Denys Vlasenko2010-04-181-1/+1