index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
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
*
vi: Ensure that the edit buffer ends in a newline
Petja Patjas
2024-07-11
1
-3
/
+4
*
Update applet size estimates
Denys Vlasenko
2023-07-10
1
-1
/
+1
*
*: style fix
Denys Vlasenko
2022-08-30
1
-1
/
+1
*
vi: add 'ZQ' quitting command
Grob Grobmann
2022-08-02
1
-1
/
+7
*
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
*
vi: fix backspace over tab in commands
Ron Yorston
2022-04-20
1
-1
/
+2
*
vi: improved handling of backspace in replace mode
Ron Yorston
2022-03-04
1
-6
/
+18
*
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2022-01-17
1
-2
/
+2
*
vi: further changes to colon addresses
Ron Yorston
2021-08-29
1
-49
/
+83
*
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
*
vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTS
Denys Vlasenko
2021-08-16
1
-0
/
+1
*
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
*
vi: use basic regular expressions for search
Ron Yorston
2021-07-13
1
-2
/
+2
*
vi: allow 'gg' to specify a range
Ron Yorston
2021-07-13
1
-1
/
+2
*
vi: stored search pattern applies to ':s'
Ron Yorston
2021-06-27
1
-0
/
+12
*
vi: fix read outside of text buffer during insert
S Harris
2021-06-23
1
-1
/
+1
*
vi: fix backward search with GNU regex
Ron Yorston
2021-06-21
1
-20
/
+13
*
vi: reject change command when motion fails
Ron Yorston
2021-06-16
1
-1
/
+12
*
vi: up/down motion beyond end of file should fail
Ron Yorston
2021-06-16
1
-25
/
+38
*
vi: keep autoindent if line isn't empty
Ron Yorston
2021-06-16
1
-1
/
+1
*
vi: initialise tabstop once not for each file
Ron Yorston
2021-06-14
1
-1
/
+1
*
vi: ':r' should insert text after current line
Ron Yorston
2021-06-14
1
-5
/
+3
*
*: --help tweaks
Denys Vlasenko
2021-06-13
1
-2
/
+7
*
vi: remove autoindent from otherwise empty lines
Ron Yorston
2021-06-02
1
-26
/
+59
*
vi: make autoindent respect expandtab setting
Ron Yorston
2021-06-02
1
-13
/
+19
*
vi: make cursor positioning more vi compatible
Ron Yorston
2021-06-02
1
-0
/
+4
*
vi: :wq/:x should warn if there are more files to edit
Ron Yorston
2021-05-04
1
-3
/
+14
*
vi: cursor positioning after whole-line 'y'
Ron Yorston
2021-05-04
1
-17
/
+8
*
vi: trivial code shrink
Denys Vlasenko
2021-05-01
1
-2
/
+2
*
vi: fix empty line range regression
Ron Yorston
2021-04-30
1
-1
/
+1
*
vi: expand '%' and '#' in colon commands
Ron Yorston
2021-04-28
1
-14
/
+112
*
vi: fix buffer overrun; code shrink
Ron Yorston
2021-04-28
1
-31
/
+22
*
vi: improvements to ':read' command
Ron Yorston
2021-04-28
1
-13
/
+17
*
vi: preserve state when switching file
Ron Yorston
2021-04-28
1
-2
/
+0
*
vi: 'ZZ' should warn if there are more files to edit
Ron Yorston
2021-04-28
1
-0
/
+8
*
vi: saving unnamed file in readonly mode
Ron Yorston
2021-04-28
1
-2
/
+2
*
vi: adjust conditional compilation of modifying_cmds
Ron Yorston
2021-04-28
1
-1
/
+1
*
vi: changes to line addresses for colon commands
Ron Yorston
2021-04-28
1
-50
/
+60
*
vi: make de-indentation with ctrl-D more like vim
Ron Yorston
2021-04-20
1
-9
/
+21
*
vi: add expandtab option
Ron Yorston
2021-04-20
1
-17
/
+47
[next]