aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: add support for virtual terminal inputRon Yorston2023-03-051-7/+0
* vi: introduce 'binary' option and '-b' flagRon Yorston2023-02-061-11/+35
* vi: allow change of 'fileformat' optionRon Yorston2023-02-061-12/+23
* Merge branch 'busybox' into mergeRon Yorston2022-10-121-1/+7
|\
| * *: style fixDenys Vlasenko2022-08-301-1/+1
| * vi: add 'ZQ' quitting commandGrob Grobmann2022-08-021-1/+7
* | Merge branch 'busybox' into mergeRon Yorston2022-06-271-23/+52
|\|
| * vi: handle autoindent in 'cc' commandRon Yorston2022-06-261-24/+47
| * vi: fix regression in autoindent handlingRon Yorston2022-06-261-1/+7
* | Merge branch 'busybox' into mergeRon Yorston2022-05-121-1/+2
|\|
| * vi: fix backspace over tab in commandsRon Yorston2022-04-201-1/+2
* | Merge branch 'busybox'Ron Yorston2022-04-071-13/+21
|\|
| * vi: improved handling of backspace in replace modeRon Yorston2022-03-041-6/+18
* | Merge busybox into mergeRon Yorston2022-02-091-2/+2
|\|
| * ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko2022-01-171-2/+2
* | vi: add fileformats optionRon Yorston2021-08-301-3/+97
* | Merge branch 'busybox' into mergeRon Yorston2021-08-301-49/+83
|\|
| * vi: further changes to colon addressesRon Yorston2021-08-291-49/+83
* | vi: skip permission check on .exrcRon Yorston2021-08-221-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2021-08-221-85/+107
|\|
| * vi: code shrink print_literal()Ron Yorston2021-08-221-17/+2
| * vi: searches in colon commands should wrapRon Yorston2021-08-221-2/+7
| * vi: don't right shift empty linesRon Yorston2021-08-201-2/+2
| * vi: support ~/.exrcRon Yorston2021-08-201-8/+33
| * vi: changes to handling of -c and EXINITRon Yorston2021-08-201-58/+65
* | Merge branch 'busybox' into mergeRon Yorston2021-08-171-0/+1
|\|
| * vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTSDenys Vlasenko2021-08-161-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-07-171-20/+139
|\|
| * vi: remove redundant assignmentDenys Vlasenko2021-07-141-1/+0
| * vi: fix regex search compilation errorRon Yorston2021-07-131-1/+1
| * vi: somewhat more readable code, no logic changesDenys Vlasenko2021-07-131-8/+9
| * vi: allow delimiter in ':s' to be escapedRon Yorston2021-07-131-2/+17
| * vi: allow regular expressions in ':s' commandsDenys Vlasenko2021-07-131-15/+116
| * vi: improve handling of anchored searchesRon Yorston2021-07-131-0/+2
| * vi: use basic regular expressions for searchRon Yorston2021-07-131-2/+2
| * vi: allow 'gg' to specify a rangeRon Yorston2021-07-131-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-06-281-56/+88
|\|
| * vi: stored search pattern applies to ':s'Ron Yorston2021-06-271-0/+12
| * vi: fix read outside of text buffer during insertS Harris2021-06-231-1/+1
| * vi: fix backward search with GNU regexRon Yorston2021-06-211-20/+13
| * vi: reject change command when motion failsRon Yorston2021-06-161-1/+12
| * vi: up/down motion beyond end of file should failRon Yorston2021-06-161-25/+38
| * vi: keep autoindent if line isn't emptyRon Yorston2021-06-161-1/+1
| * vi: initialise tabstop once not for each fileRon Yorston2021-06-141-1/+1
| * vi: ':r' should insert text after current lineRon Yorston2021-06-141-5/+3
| * *: --help tweaksDenys Vlasenko2021-06-131-2/+7
* | Merge branch 'busybox' into mergeRon Yorston2021-06-071-34/+77
|\|
| * vi: remove autoindent from otherwise empty linesRon Yorston2021-06-021-26/+59
| * vi: make autoindent respect expandtab settingRon Yorston2021-06-021-13/+19
| * vi: make cursor positioning more vi compatibleRon Yorston2021-06-021-0/+4