development/nvi: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ebab4beb10
commit
32904e065a
|
@ -1,5 +1,7 @@
|
|||
Nvi is an implementation of the ex/vi text editor.
|
||||
Nvi supports all the historic ex/vi features except for open mode and the
|
||||
lisp edit option (it has a fully implemented underlying ex mode). Some
|
||||
additional features are: extended regular expressions, infinite undo, and
|
||||
multiple edit buffers. Nvi has a very small memory footprint.
|
||||
|
||||
Nvi supports all the historic ex/vi features except for open mode
|
||||
and the lisp edit option (it has a fully implemented underlying ex
|
||||
mode). Some additional features are: extended regular expressions,
|
||||
infinite undo, and multiple edit buffers. Nvi has a very small memory
|
||||
footprint.
|
||||
|
|
Loading…
Reference in New Issue