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
*
winansi: add a routine to clear the screen buffer
ansi
Ron Yorston
2016-04-26
1
-0
/
+5
*
Merge branch 'busybox' into merge
Ron Yorston
2015-10-13
1
-4
/
+4
|
\
|
*
join some common strings, -400 bytes
Denys Vlasenko
2015-10-08
1
-4
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-07-14
1
-8
/
+7
|
\
|
|
*
Removes stray empty line from code
Maninder Singh
2015-07-13
1
-1
/
+0
|
*
typo fixes
Maninder Singh
2015-05-25
1
-7
/
+7
*
|
Merge branch 'busybox' into merge
FRP
Ron Yorston
2015-05-18
1
-5
/
+5
|
\
|
|
*
vi: basic undo feature shouldn't depend on yankmark
Andrew Fuller
2015-05-03
1
-5
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-03-14
1
-4
/
+4
|
\
|
|
*
vi: make BACKSPACE and DELETE join lines at start/end of line
Denys Vlasenko
2015-03-12
1
-4
/
+4
|
*
vi: fix reading of file after last line
Ron Yorston
2015-01-07
1
-1
/
+5
|
*
vi: failure to open file is not an error when initialising buffer
Ron Yorston
2015-01-07
1
-7
/
+5
*
|
vi: fix reading of file after last line
Ron Yorston
2014-12-05
1
-1
/
+5
*
|
vi: failure to open file is not an error when initialising buffer
Ron Yorston
2014-12-05
1
-7
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-10-06
1
-43
/
+36
|
\
|
|
*
vi: fix incorrect memory access on brace matching. Closes 7256
Denys Vlasenko
2014-09-15
1
-43
/
+36
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-05-06
1
-189
/
+606
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-08-27
1
-40
/
+28
|
\
|
|
*
vi: make regexp search case-insensitive if ":set ignorecase" is active
Denys Vlasenko
2013-04-21
1
-40
/
+28
*
|
vi: handle CRLF line ending
Ron Yorston
2013-03-19
1
-0
/
+38
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-03-19
1
-5
/
+11
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-02-07
1
-20
/
+20
|
\
|
|
*
*: 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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-09-07
1
-131
/
+70
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-03-23
1
-40
/
+57
|
\
|
|
*
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
*
|
Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into merge
Ron Yorston
2012-03-23
1
-155
/
+139
|
\
|
|
*
vi: prevent unlimited recursion in do_cmd(). Closes 4153
Denys Vlasenko
2011-09-09
1
-155
/
+139
*
|
Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into merge
Ron Yorston
2012-03-22
1
-2
/
+2
|
\
|
|
*
less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.
Denys Vlasenko
2011-07-25
1
-2
/
+2
*
|
Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into merge
Ron Yorston
2012-03-22
1
-43
/
+186
|
\
|
|
*
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
*
|
Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into merge
Ron Yorston
2012-03-22
1
-2
/
+4
|
\
|
|
*
vi.c: remove warning: variable 'sp' set but not used
Cristian Ionescu-Idbohrn
2011-05-16
1
-0
/
+4
[next]