aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply post-1.23.0 patches, bump version to 1.23.11_23_1Denys Vlasenko2015-01-271-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
* vi: code shrinkDenys Vlasenko2010-04-161-9/+9
* vi: code shrink; save/restore errno in signal handlersDenys Vlasenko2010-04-161-19/+27
* vi: fix NUM + "$" handlingDenys Vlasenko2010-03-261-38/+39
* lineedit: fix another corner case with bad unicode inputDenys Vlasenko2010-03-111-1/+1
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-3/+5
* fix fallout from isprint() changesDenys Vlasenko2009-11-201-24/+25
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-2/+2
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-4/+4
* *: remove last function calls to isspaceDenys Vlasenko2009-10-221-5/+5
* *: a few more NOINLINEsDenys Vlasenko2009-10-081-1/+1
* *: more portability fixes by Dan FandrichDenys Vlasenko2009-09-231-2/+2
* fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko2009-07-041-3/+3
* vi: do not accept uppercase comments (compat). Closes bug 397.Denys Vlasenko2009-06-151-33/+31
* line editing: add an option to emit ESC [ 6 n and use resultsDenys Vlasenko2009-05-171-7/+6