aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-12/+11
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-2/+0
| * *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-131-10/+11
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-42/+42
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-41/+41
| * libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko2017-07-201-1/+1
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-05-291-26/+42
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-30/+20
|\|
| * 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
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-191-6/+8
|\|
| * 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
* | vi: remove duplicated codeRon Yorston2016-07-081-6/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-1/+1
|\|
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
* | winansi: revert to previous console behaviour for vi/lessRon Yorston2016-04-261-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2015-10-131-4/+4
|\|
| * join some common strings, -400 bytesDenys Vlasenko2015-10-081-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2015-07-141-8/+7
|\|
| * Removes stray empty line from codeManinder Singh2015-07-131-1/+0
| * typo fixesManinder Singh2015-05-251-7/+7
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-181-5/+5
|\|
| * vi: basic undo feature shouldn't depend on yankmarkAndrew Fuller2015-05-031-5/+5
* | Merge branch 'busybox' into mergeRon Yorston2015-03-141-4/+4
|\|
| * 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 reading of file after last lineRon Yorston2014-12-051-1/+5
* | vi: failure to open file is not an error when initialising bufferRon Yorston2014-12-051-7/+5
* | Merge branch 'busybox' into mergeRon Yorston2014-10-061-43/+36
|\|
| * vi: fix incorrect memory access on brace matching. Closes 7256Denys Vlasenko2014-09-151-43/+36
* | Merge branch 'busybox' into mergeRon Yorston2014-05-061-189/+606
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2013-08-271-40/+28
|\|
| * vi: make regexp search case-insensitive if ":set ignorecase" is activeDenys Vlasenko2013-04-211-40/+28
* | vi: handle CRLF line endingRon Yorston2013-03-191-0/+38
* | Merge branch 'busybox' into mergeRon Yorston2013-03-191-5/+11
|\|
| * vi: code shrinkDenys Vlasenko2013-03-151-4/+10
| * vi: fix adjustment of buffer on partial file readRon Yorston2013-03-151-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2013-02-071-20/+20
|\|
| * *: reuse more stringsDenys Vlasenko2013-01-221-14/+14