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
*
Apply post-1.23.0 patches, bump version to 1.23.1
1_23_1
Denys Vlasenko
2015-01-27
1
-7
/
+5
*
vi: fix incorrect memory access on brace matching. Closes 7256
Denys Vlasenko
2014-09-15
1
-43
/
+36
*
vi: some simplifications
Denys Vlasenko
2014-04-05
1
-116
/
+120
*
vi: clear undo buffer when we change to another file
Denys Vlasenko
2014-04-03
1
-69
/
+87
*
vi: undo code shrink
Denys Vlasenko
2014-04-03
1
-41
/
+42
*
vi: undo support for vi with intermediate queuing
Jody Bruchon
2014-04-02
1
-54
/
+448
*
vi: make regexp search case-insensitive if ":set ignorecase" is active
Denys Vlasenko
2013-04-21
1
-40
/
+28
*
vi: code shrink
Denys Vlasenko
2013-03-15
1
-4
/
+10
*
vi: fix adjustment of buffer on partial file read
Ron Yorston
2013-03-15
1
-1
/
+1
*
*: reuse more strings
Denys Vlasenko
2013-01-22
1
-14
/
+14
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-15
1
-5
/
+5
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-1
/
+1
*
vi: save/restore screen upon invocation
Denys Vlasenko
2012-06-11
1
-0
/
+4
*
vi: nuke FEATURE_VI_OPTIMIZE_CURSOR
Denys Vlasenko
2012-06-11
1
-124
/
+58
*
vi: do not set autoindent by default
Denys Vlasenko
2012-06-11
1
-7
/
+8
*
vi: add ":prev" command support
Dennis Groenen
2012-01-31
1
-11
/
+18
*
vi: move mark[i] pointers if text[] moves after realloc
Denys Vlasenko
2012-01-31
1
-27
/
+37
*
*: better comments on termios manipulations. No code changes.
Denys Vlasenko
2012-01-15
1
-1
/
+1
*
vi: fix [end] key handling
Denys Vlasenko
2011-11-28
1
-1
/
+1
*
vi: prevent unlimited recursion in do_cmd(). Closes 4153
Denys Vlasenko
2011-09-09
1
-155
/
+139
*
less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.
Denys Vlasenko
2011-07-25
1
-2
/
+2
*
vi: tweak regex.h include
Denys Vlasenko
2011-07-03
1
-3
/
+6
*
vi: fix regex search, make it selectable in config
Walter Harms
2011-06-27
1
-40
/
+181
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
vi.c: remove warning: variable 'sp' set but not used
Cristian Ionescu-Idbohrn
2011-05-16
1
-0
/
+4
*
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
2011-05-13
1
-2
/
+0
*
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...
Pere Orga
2011-04-03
1
-0
/
+13
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
vi: fix "ask terminal" code
Denys Vlasenko
2010-07-21
1
-10
/
+10
*
remove some dead assignments, add a TODO comment
Denys Vlasenko
2010-07-04
1
-1
/
+0
*
vi: fix "set ic" command; code shrink while at it. closes bug 1765
Denys Vlasenko
2010-05-19
1
-49
/
+37
*
consolidate ESC sequences
Denys Vlasenko
2010-05-16
1
-8
/
+8
*
lineedit: change how cmdedit_set_out_char works
Denys Vlasenko
2010-05-11
1
-2
/
+2
*
vi: discover window size even on serial consoles. optional
Denys Vlasenko
2010-04-18
1
-1
/
+22
*
vi: remove superfluous check on filename == ""
Denys Vlasenko
2010-04-18
1
-1
/
+1
*
vi: code shrink
Denys Vlasenko
2010-04-16
1
-9
/
+9
*
vi: code shrink; save/restore errno in signal handlers
Denys Vlasenko
2010-04-16
1
-19
/
+27
*
vi: fix NUM + "$" handling
Denys Vlasenko
2010-03-26
1
-38
/
+39
*
lineedit: fix another corner case with bad unicode input
Denys Vlasenko
2010-03-11
1
-1
/
+1
*
*: style fixes. no code changes (verified with objdump)
Denys Vlasenko
2010-01-28
1
-3
/
+5
*
fix fallout from isprint() changes
Denys Vlasenko
2009-11-20
1
-24
/
+25
*
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-11-18
1
-2
/
+2
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-1
/
+1
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-4
/
+4
*
*: remove last function calls to isspace
Denys Vlasenko
2009-10-22
1
-5
/
+5
*
*: a few more NOINLINEs
Denys Vlasenko
2009-10-08
1
-1
/
+1
*
*: more portability fixes by Dan Fandrich
Denys Vlasenko
2009-09-23
1
-2
/
+2
*
fix dependencies of FEATURE_GETOPT_LONG
Denys Vlasenko
2009-07-04
1
-3
/
+3
*
vi: do not accept uppercase comments (compat). Closes bug 397.
Denys Vlasenko
2009-06-15
1
-33
/
+31
*
line editing: add an option to emit ESC [ 6 n and use results
Denys Vlasenko
2009-05-17
1
-7
/
+6
[next]