aboutsummaryrefslogtreecommitdiff
path: root/vi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another nice cleanup from Larry. This adds a new last_char_is() function andandersen2001-04-261-2/+2
| | | | | | | | | uses it to avoid possible buffer underruns whn strlen is zero, and avoid the possible space-hogging inline of strlen() in several cases. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2450 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Several fixes from Sterling Huxley for the vi applet.andersen2001-04-161-79/+210
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2352 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove unused optarg variableandersen2001-04-041-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2246 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some cleanups for libc5 supportandersen2001-04-041-17/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2244 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I said no new features till after the 0.51 release. Well, I lied. This is aandersen2001-04-041-0/+3683
vi editor for busybox, contributed by Sterling Huxley <sterling@europa.com>. It adds 22k to the busybox binary when enabled. Quite impressive! git-svn-id: svn://busybox.net/trunk/busybox@2240 69ca8d6d-28ef-0310-b511-8ec308f3f277