From 423f3165ed5bce54d2e36defcf04ea7936f150ce Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 20 Jan 2014 13:17:21 -0600 Subject: apps/system/vi: Add new tiny VI work-alike editor. Still a work in progress. --- apps/ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index a5204eab9..0e2fe2d66 100644 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -802,3 +802,5 @@ * apps/nshlib/nsh.h, nsh_command.c, and nsh_parse.c: Add a break command that can be executed with a loop to terminate the loop immediately (2014-1-17). + * apps/system/vi: Add support for a tiny, VI work-alike editor. This + is still very much a work-in-progress on initial check-in (2014-1-20). -- cgit v1.2.3