index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
vi.c
Age
Commit message (
Expand
)
Author
2022-08-02
vi: add 'ZQ' quitting command
Grob Grobmann
2022-06-26
vi: handle autoindent in 'cc' command
Ron Yorston
2022-06-26
vi: fix regression in autoindent handling
Ron Yorston
2022-04-20
vi: fix backspace over tab in commands
Ron Yorston
2022-03-04
vi: improved handling of backspace in replace mode
Ron Yorston
2022-01-17
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2021-08-29
vi: further changes to colon addresses
Ron Yorston
2021-08-22
vi: code shrink print_literal()
Ron Yorston
2021-08-22
vi: searches in colon commands should wrap
Ron Yorston
2021-08-20
vi: don't right shift empty lines
Ron Yorston
2021-08-20
vi: support ~/.exrc
Ron Yorston
2021-08-20
vi: changes to handling of -c and EXINIT
Ron Yorston
2021-08-16
vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTS
Denys Vlasenko
2021-07-14
vi: remove redundant assignment
Denys Vlasenko
2021-07-13
vi: fix regex search compilation error
Ron Yorston
2021-07-13
vi: somewhat more readable code, no logic changes
Denys Vlasenko
2021-07-13
vi: allow delimiter in ':s' to be escaped
Ron Yorston
2021-07-13
vi: allow regular expressions in ':s' commands
Denys Vlasenko
2021-07-13
vi: improve handling of anchored searches
Ron Yorston
2021-07-13
vi: use basic regular expressions for search
Ron Yorston
2021-07-13
vi: allow 'gg' to specify a range
Ron Yorston
2021-06-27
vi: stored search pattern applies to ':s'
Ron Yorston
2021-06-23
vi: fix read outside of text buffer during insert
S Harris
2021-06-21
vi: fix backward search with GNU regex
Ron Yorston
2021-06-16
vi: reject change command when motion fails
Ron Yorston
2021-06-16
vi: up/down motion beyond end of file should fail
Ron Yorston
2021-06-16
vi: keep autoindent if line isn't empty
Ron Yorston
2021-06-14
vi: initialise tabstop once not for each file
Ron Yorston
2021-06-14
vi: ':r' should insert text after current line
Ron Yorston
2021-06-13
*: --help tweaks
Denys Vlasenko
2021-06-02
vi: remove autoindent from otherwise empty lines
Ron Yorston
2021-06-02
vi: make autoindent respect expandtab setting
Ron Yorston
2021-06-02
vi: make cursor positioning more vi compatible
Ron Yorston
2021-05-04
vi: :wq/:x should warn if there are more files to edit
Ron Yorston
2021-05-04
vi: cursor positioning after whole-line 'y'
Ron Yorston
2021-05-01
vi: trivial code shrink
Denys Vlasenko
2021-04-30
vi: fix empty line range regression
Ron Yorston
2021-04-28
vi: expand '%' and '#' in colon commands
Ron Yorston
2021-04-28
vi: fix buffer overrun; code shrink
Ron Yorston
2021-04-28
vi: improvements to ':read' command
Ron Yorston
2021-04-28
vi: preserve state when switching file
Ron Yorston
2021-04-28
vi: 'ZZ' should warn if there are more files to edit
Ron Yorston
2021-04-28
vi: saving unnamed file in readonly mode
Ron Yorston
2021-04-28
vi: adjust conditional compilation of modifying_cmds
Ron Yorston
2021-04-28
vi: changes to line addresses for colon commands
Ron Yorston
2021-04-20
vi: make de-indentation with ctrl-D more like vim
Ron Yorston
2021-04-20
vi: add expandtab option
Ron Yorston
2021-04-15
vi: move undo_queue_state in globals to other byte-sized members
Denys Vlasenko
2021-04-15
vi: allow line addresses to have an offset
Ron Yorston
2021-04-15
vi: allow backward search to specify line address
Ron Yorston
[next]