aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2026-02-121-129/+123
|\
| * vi: code shrinkDenys Vlasenko2026-02-071-7/+9
| * vi: fix last commit - do terminate the :CMD on the first whitespaceDenys Vlasenko2026-02-071-0/+1
| * vi: fix ":list" commandDenys Vlasenko2026-02-071-32/+30
| * vi: code shrinkDenys Vlasenko2026-02-061-15/+17
| * vi: fix "s /find/repl" with whitespace before /Denys Vlasenko2026-02-061-11/+12
| * vi: code shrink, optimize: do not call count_lines() unless neededDenys Vlasenko2026-02-061-73/+61
| * *: use xasprintf_inplace() in more placesDenys Vlasenko2026-02-061-7/+9
* | Merge branch 'busybox' into mergeRon Yorston2025-10-091-2/+0
|\|
| * vi: warn about range in ':!' commandDenys Vlasenko2025-10-071-0/+4
* | vi: warn about range in ':!' commandRon Yorston2025-09-191-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2024-07-131-3/+4
|\|
| * vi: Ensure that the edit buffer ends in a newlinePetja Patjas2024-07-111-3/+4
* | build system: avoid full rebuild when EXTRAVERSION changesRon Yorston2024-02-161-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2023-07-131-1/+1
|\|
| * Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* | 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