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
2017-09-29
use %m printf specifier where appropriate
Denys Vlasenko
2017-09-18
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-13
*: use ESC define instead of "\033"; use ESC[m instead of ESC[0m
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-20
libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-05-02
vi: survive if stdin is nonblocking. closes 9851
Denys Vlasenko
2017-03-24
vi: avoid touching a new file with ZZ when no editing has been done
Yousong Zhou
2017-03-13
vi: don't touch file with :x when modified_count == 0
Denys Vlasenko
2017-01-29
vi,fsck: do not use build timestamp unconditionally. Closes 9626
Denys Vlasenko
2017-01-11
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2016-09-28
vi: fix '' command (goto to prev context)
Denys Vlasenko
2016-09-15
vi: make "g<key>" error message less likely to show garbage
Denys Vlasenko
2016-04-22
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2015-10-08
join some common strings, -400 bytes
Denys Vlasenko
2015-07-13
Removes stray empty line from code
Maninder Singh
2015-05-25
typo fixes
Maninder Singh
2015-05-03
vi: basic undo feature shouldn't depend on yankmark
Andrew Fuller
2015-03-12
vi: make BACKSPACE and DELETE join lines at start/end of line
Denys Vlasenko
2015-01-07
vi: fix reading of file after last line
Ron Yorston
2015-01-07
vi: failure to open file is not an error when initialising buffer
Ron Yorston
2014-09-15
vi: fix incorrect memory access on brace matching. Closes 7256
Denys Vlasenko
2014-04-05
vi: some simplifications
Denys Vlasenko
2014-04-03
vi: clear undo buffer when we change to another file
Denys Vlasenko
2014-04-03
vi: undo code shrink
Denys Vlasenko
2014-04-02
vi: undo support for vi with intermediate queuing
Jody Bruchon
2013-04-21
vi: make regexp search case-insensitive if ":set ignorecase" is active
Denys Vlasenko
2013-03-15
vi: code shrink
Denys Vlasenko
2013-03-15
vi: fix adjustment of buffer on partial file read
Ron Yorston
2013-01-22
*: reuse more strings
Denys Vlasenko
2013-01-15
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2012-06-11
vi: save/restore screen upon invocation
Denys Vlasenko
2012-06-11
vi: nuke FEATURE_VI_OPTIMIZE_CURSOR
Denys Vlasenko
2012-06-11
vi: do not set autoindent by default
Denys Vlasenko
2012-01-31
vi: add ":prev" command support
Dennis Groenen
2012-01-31
vi: move mark[i] pointers if text[] moves after realloc
Denys Vlasenko
2012-01-15
*: better comments on termios manipulations. No code changes.
Denys Vlasenko
2011-11-28
vi: fix [end] key handling
Denys Vlasenko
2011-09-09
vi: prevent unlimited recursion in do_cmd(). Closes 4153
Denys Vlasenko
2011-07-25
less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.
Denys Vlasenko
2011-07-03
vi: tweak regex.h include
Denys Vlasenko
2011-06-27
vi: fix regex search, make it selectable in config
Walter Harms
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-05-16
vi.c: remove warning: variable 'sp' set but not used
Cristian Ionescu-Idbohrn
2011-05-13
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
2011-04-03
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...
Pere Orga
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-07-21
vi: fix "ask terminal" code
Denys Vlasenko
[next]