summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-20 13:17:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-20 13:17:21 -0600
commit423f3165ed5bce54d2e36defcf04ea7936f150ce (patch)
treec690808bd9c8b5c2286ca46a0185225667922575 /apps/ChangeLog.txt
parent8d9d900abe1f1f70532ddcb9472b7ebb85af5a37 (diff)
downloadnuttx-423f3165ed5bce54d2e36defcf04ea7936f150ce.tar.gz
nuttx-423f3165ed5bce54d2e36defcf04ea7936f150ce.tar.bz2
nuttx-423f3165ed5bce54d2e36defcf04ea7936f150ce.zip
apps/system/vi: Add new tiny VI work-alike editor. Still a work in progress.
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
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).