diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:47:49 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:28 +0700 |
commit | 32904e065a8b37be062a96450b24d1cf5bfd1bc4 (patch) | |
tree | 838a5b9813939ad335ba2b34ff25ae4e08b5fee1 | |
parent | ebab4beb10a5f1a21d510093b614eb5016362783 (diff) | |
download | slackbuilds-32904e065a8b37be062a96450b24d1cf5bfd1bc4.tar.gz |
development/nvi: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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. |