summaryrefslogtreecommitdiff
path: root/editors/vi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2012-03-231-40/+57
|\
| * 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
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-231-155/+139
|\|
| * vi: prevent unlimited recursion in do_cmd(). Closes 4153Denys Vlasenko2011-09-091-155/+139
* | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-221-2/+2
|\|
| * less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko2011-07-251-2/+2
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-221-43/+186
|\|
| * 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
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-221-2/+4
|\|
| * 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
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-221-0/+13
|\|
| * move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+13
* | win32: vi: reimplement mysleep() because poll() won't work on stdinNguyễn Thái Ngọc Duy2010-09-141-0/+9
|/
* *: 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
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-8/+8
* trailing whitespace removalDenis Vlasenko2009-04-011-2/+2
* vi: speedup and code shrink (Walter Harms)Denis Vlasenko2008-11-241-21/+17
* vi: fix several instances of major goof: when text grows, text[]Denis Vlasenko2008-11-191-45/+78
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-2/+2
* randomconfig fixesDenis Vlasenko2008-10-291-1/+2
* vi: fix uninitialized last_search_pattern (bug 5794)Denis Vlasenko2008-10-291-10/+5
* less: reuse former vi's key reading code. Improve SIGWINCH handling.Denis Vlasenko2008-10-251-1/+1