summaryrefslogtreecommitdiff
path: root/editors/vi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vi: use alternate screen bufferRon Yorston2019-04-071-5/+0
* Merge branch 'busybox' into mergeRon Yorston2019-04-041-2226/+2113
|\
| * vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"Denys Vlasenko2019-04-031-2/+2
| * vi: code shrinkDenys Vlasenko2019-04-031-7/+12
| * vi: avoid build failure in non-default caseRon Yorston2019-04-031-16/+16
| * vi: rename save_argc -> cmdline_filecntDenys Vlasenko2019-04-021-17/+16
| * vi: restore capability to remember insertion cmds for "."Denys Vlasenko2019-04-021-5/+6
| * vi: code shrinkDenys Vlasenko2019-04-011-7/+14
| * vi: convert more /**/ comments to //Denys Vlasenko2019-04-011-62/+56
| * vi: code shrinkDenys Vlasenko2019-04-011-30/+28
| * vi: use vsnprintf to format status lineDenys Vlasenko2019-04-011-27/+22
| * vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-1508/+1407
| * vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-276/+276
| * vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-42/+42
| * vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-74/+75
| * vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-260/+258
| * vi: fix ^Z not always working as intendedDenys Vlasenko2019-04-011-25/+17
| * vi: install SIGINT handler _after_ restart setjmp is initializedDenys Vlasenko2019-04-011-63/+52
* | Merge branch 'busybox' into mergeRon Yorston2019-03-311-5/+14
|\|
| * vi: allow manual screen update if SIGWINCH isn't supportedRon Yorston2019-03-301-0/+8
| * vi: code shrink, proper printf formatting for strlen()Denys Vlasenko2019-03-291-5/+6
* | vi: improve reliability of pasted textRon Yorston2019-03-171-2/+2
* | vi: fix spurious error on opening file with CRLF line endingsRon Yorston2019-03-171-2/+5
* | vi: add a function to count CRs in the text bufferRon Yorston2019-02-141-29/+27
* | Merge branch 'busybox' into mergeRon Yorston2019-02-121-47/+31
|\|
| * vi: further fixes to undo after autoindentRon Yorston2019-02-111-13/+15
| * vi: fix replacement of single character with CRRon Yorston2019-02-081-8/+3
| * vi: fix faulty undo after autoinsertRon Yorston2019-02-081-35/+22
* | vi: simplify code to display pasted textRon Yorston2019-02-011-8/+4
* | vi: display pasted textRon Yorston2019-01-261-1/+14
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-1/+1
|\|
| * config: update size informationDenys Vlasenko2018-12-281-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-12-051-18/+27
|\|
| * vi: correctly detect when a deletion empties the bufferRon Yorston2018-12-031-1/+1
| * vi: code shrinkDenys Vlasenko2018-11-291-13/+17
| * vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) searchDenys Vlasenko2018-11-291-5/+10
| * vi: remove duplicated codeRon Yorston2018-10-311-6/+1
* | vi: save a few bytesRon Yorston2018-11-261-14/+8
* | Merge branch 'busybox'Ron Yorston2018-07-251-26/+35
|\|
| * vi: placate "warning: variable orig_buf set but not used"Denys Vlasenko2018-06-271-25/+31
| * vi: placate "warning: statement with no effect"Denys Vlasenko2018-06-271-1/+4
* | win32: exclude termios codeRon Yorston2018-04-051-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2017-11-031-3/+3
|\|
| * use %m printf specifier where appropriateDenys Vlasenko2017-09-291-3/+3
* | 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