index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
cron_changes
dscho-kill-gently
embed
fix_backslash
join2
long_paths
manifest
master
merge
merge_1_19
merge_1_20
mount_point
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
zstd
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
vi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2026-02-12
1
-129
/
+123
|
\
|
*
vi: code shrink
Denys Vlasenko
2026-02-07
1
-7
/
+9
|
*
vi: fix last commit - do terminate the :CMD on the first whitespace
Denys Vlasenko
2026-02-07
1
-0
/
+1
|
*
vi: fix ":list" command
Denys Vlasenko
2026-02-07
1
-32
/
+30
|
*
vi: code shrink
Denys Vlasenko
2026-02-06
1
-15
/
+17
|
*
vi: fix "s /find/repl" with whitespace before /
Denys Vlasenko
2026-02-06
1
-11
/
+12
|
*
vi: code shrink, optimize: do not call count_lines() unless needed
Denys Vlasenko
2026-02-06
1
-73
/
+61
|
*
*: use xasprintf_inplace() in more places
Denys Vlasenko
2026-02-06
1
-7
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-10-09
1
-2
/
+0
|
\
|
|
*
vi: warn about range in ':!' command
Denys Vlasenko
2025-10-07
1
-0
/
+4
*
|
vi: warn about range in ':!' command
Ron Yorston
2025-09-19
1
-0
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-07-13
1
-3
/
+4
|
\
|
|
*
vi: Ensure that the edit buffer ends in a newline
Petja Patjas
2024-07-11
1
-3
/
+4
*
|
build system: avoid full rebuild when EXTRAVERSION changes
Ron Yorston
2024-02-16
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-07-13
1
-1
/
+1
|
\
|
|
*
Update applet size estimates
Denys Vlasenko
2023-07-10
1
-1
/
+1
*
|
win32: add support for virtual terminal input
Ron Yorston
2023-03-05
1
-7
/
+0
*
|
vi: introduce 'binary' option and '-b' flag
Ron Yorston
2023-02-06
1
-11
/
+35
*
|
vi: allow change of 'fileformat' option
Ron Yorston
2023-02-06
1
-12
/
+23
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-10-12
1
-1
/
+7
|
\
|
|
*
*: style fix
Denys Vlasenko
2022-08-30
1
-1
/
+1
|
*
vi: add 'ZQ' quitting command
Grob Grobmann
2022-08-02
1
-1
/
+7
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-06-27
1
-23
/
+52
|
\
|
|
*
vi: handle autoindent in 'cc' command
Ron Yorston
2022-06-26
1
-24
/
+47
|
*
vi: fix regression in autoindent handling
Ron Yorston
2022-06-26
1
-1
/
+7
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-05-12
1
-1
/
+2
|
\
|
|
*
vi: fix backspace over tab in commands
Ron Yorston
2022-04-20
1
-1
/
+2
*
|
Merge branch 'busybox'
Ron Yorston
2022-04-07
1
-13
/
+21
|
\
|
|
*
vi: improved handling of backspace in replace mode
Ron Yorston
2022-03-04
1
-6
/
+18
*
|
Merge busybox into merge
Ron Yorston
2022-02-09
1
-2
/
+2
|
\
|
|
*
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2022-01-17
1
-2
/
+2
*
|
vi: add fileformats option
Ron Yorston
2021-08-30
1
-3
/
+97
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-08-30
1
-49
/
+83
|
\
|
|
*
vi: further changes to colon addresses
Ron Yorston
2021-08-29
1
-49
/
+83
*
|
vi: skip permission check on .exrc
Ron Yorston
2021-08-22
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-08-22
1
-85
/
+107
|
\
|
|
*
vi: code shrink print_literal()
Ron Yorston
2021-08-22
1
-17
/
+2
|
*
vi: searches in colon commands should wrap
Ron Yorston
2021-08-22
1
-2
/
+7
|
*
vi: don't right shift empty lines
Ron Yorston
2021-08-20
1
-2
/
+2
|
*
vi: support ~/.exrc
Ron Yorston
2021-08-20
1
-8
/
+33
|
*
vi: changes to handling of -c and EXINIT
Ron Yorston
2021-08-20
1
-58
/
+65
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-08-17
1
-0
/
+1
|
\
|
|
*
vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTS
Denys Vlasenko
2021-08-16
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-07-17
1
-20
/
+139
|
\
|
|
*
vi: remove redundant assignment
Denys Vlasenko
2021-07-14
1
-1
/
+0
|
*
vi: fix regex search compilation error
Ron Yorston
2021-07-13
1
-1
/
+1
|
*
vi: somewhat more readable code, no logic changes
Denys Vlasenko
2021-07-13
1
-8
/
+9
|
*
vi: allow delimiter in ':s' to be escaped
Ron Yorston
2021-07-13
1
-2
/
+17
|
*
vi: allow regular expressions in ':s' commands
Denys Vlasenko
2021-07-13
1
-15
/
+116
|
*
vi: improve handling of anchored searches
Ron Yorston
2021-07-13
1
-0
/
+2
[next]