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: 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
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-06-28
1
-56
/
+88
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-06-07
1
-34
/
+77
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-05-14
1
-576
/
+927
|
\
|
|
*
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]