index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
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
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: code shrink
Ron Yorston
2021-03-29
1
-3
/
+3
*
vi: improve operations involving paragraph movement
Ron Yorston
2021-03-29
1
-6
/
+24
*
vi: improve motion by paragraph
Ron Yorston
2021-03-29
1
-3
/
+11
*
vi: allow repetition count for paragraph motion
Ron Yorston
2021-03-29
1
-9
/
+8
*
vi: allow motion count for change/delete/yank/shift
Ron Yorston
2021-03-29
1
-2
/
+18
*
vi: support more commands for range selection
Ron Yorston
2021-03-29
1
-3
/
+3
*
vi: improvements to character search within line
Ron Yorston
2021-03-29
1
-41
/
+39
*
vi: remember cursor column during vertical motion
Ron Yorston
2021-03-29
1
-3
/
+18
*
vi: 'G'/'M' commands move to first visible character
Ron Yorston
2021-03-29
1
-0
/
+2
*
vi: don't overwrite existing file
Ron Yorston
2021-03-29
1
-0
/
+7
*
vi: make buffer handling more vi-like
Ron Yorston
2021-03-29
1
-89
/
+73
*
vi: code shrink
Ron Yorston
2021-03-29
1
-9
/
+3
*
vi: fix word operations across line boundaries
Ron Yorston
2021-03-29
1
-7
/
+9
*
vi: code shrink
Denys Vlasenko
2021-03-01
1
-18
/
+14
*
vi: restore 0 offset after :set noXXX command
Alison Winters
2021-03-01
1
-5
/
+5
*
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
1
-1
/
+1
*
vi: fix range selection by forward character motion
Ron Yorston
2021-02-02
1
-6
/
+9
*
help text: replace [OPTIONS] with actual options (if not too long)
Denys Vlasenko
2020-12-13
1
-1
/
+1
*
vi: fixes to string search in colon commands, closes 10321
Ron Yorston
2020-01-29
1
-5
/
+8
*
vi: placate "warning: shifting a negative signed value is undefined"
Denys Vlasenko
2019-10-25
1
-1
/
+1
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-1
/
+1
*
vi: code shrink
Denys Vlasenko
2019-06-08
1
-2
/
+2
*
vi: enable 'dG' command. Closes 11801
Ron Yorston
2019-04-28
1
-4
/
+7
*
vi: fix changes to word at end of line. Closes 11796
Ron Yorston
2019-04-28
1
-3
/
+2
*
vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"
Denys Vlasenko
2019-04-03
1
-2
/
+2
*
vi: code shrink
Denys Vlasenko
2019-04-03
1
-7
/
+12
*
vi: avoid build failure in non-default case
Ron Yorston
2019-04-03
1
-16
/
+16
*
vi: rename save_argc -> cmdline_filecnt
Denys Vlasenko
2019-04-02
1
-17
/
+16
*
vi: restore capability to remember insertion cmds for "."
Denys Vlasenko
2019-04-02
1
-5
/
+6
*
vi: code shrink
Denys Vlasenko
2019-04-01
1
-7
/
+14
*
vi: convert more /**/ comments to //
Denys Vlasenko
2019-04-01
1
-62
/
+56
*
vi: code shrink
Denys Vlasenko
2019-04-01
1
-30
/
+28
*
vi: use vsnprintf to format status line
Denys Vlasenko
2019-04-01
1
-27
/
+22
*
vi: rearrange functions, no logic changes
Denys Vlasenko
2019-04-01
1
-1508
/
+1407
*
vi: rearrange functions, no logic changes
Denys Vlasenko
2019-04-01
1
-276
/
+276
*
vi: rearrange functions, no logic changes
Denys Vlasenko
2019-04-01
1
-42
/
+42
*
vi: rearrange functions, no logic changes
Denys Vlasenko
2019-04-01
1
-74
/
+75
*
vi: rearrange functions, no logic changes
Denys Vlasenko
2019-04-01
1
-260
/
+258
*
vi: fix ^Z not always working as intended
Denys Vlasenko
2019-04-01
1
-25
/
+17
*
vi: install SIGINT handler _after_ restart setjmp is initialized
Denys Vlasenko
2019-04-01
1
-63
/
+52
*
vi: allow manual screen update if SIGWINCH isn't supported
Ron Yorston
2019-03-30
1
-0
/
+8
*
vi: code shrink, proper printf formatting for strlen()
Denys Vlasenko
2019-03-29
1
-5
/
+6
*
vi: further fixes to undo after autoindent
Ron Yorston
2019-02-11
1
-13
/
+15
*
vi: fix replacement of single character with CR
Ron Yorston
2019-02-08
1
-8
/
+3
*
vi: fix faulty undo after autoinsert
Ron Yorston
2019-02-08
1
-35
/
+22
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
vi: correctly detect when a deletion empties the buffer
Ron Yorston
2018-12-03
1
-1
/
+1
*
vi: code shrink
Denys Vlasenko
2018-11-29
1
-13
/
+17
*
vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) search
Denys Vlasenko
2018-11-29
1
-5
/
+10
*
vi: remove duplicated code
Ron Yorston
2018-10-31
1
-6
/
+1
[next]