diff options
-rw-r--r-- | development/nvi/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/development/nvi/README b/development/nvi/README index b44e27d365..899221cc55 100644 --- a/development/nvi/README +++ b/development/nvi/README @@ -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. |