diff options
author | B. Watson <yalhcru@gmail.com> | 2014-06-21 08:41:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-21 08:41:55 +0700 |
commit | 28eaaa125860ac0c677e4bfdd84e48751a7347f1 (patch) | |
tree | 4182ab52ea919d7c19c06f8dbbbe78e6be318b06 /development/ex-vi/README | |
parent | 0642c4778d021d836b449b7700ef4670d3a314bc (diff) | |
download | slackbuilds-28eaaa125860ac0c677e4bfdd84e48751a7347f1.tar.gz |
development/ex-vi: Added (traditional vi).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ex-vi/README')
-rw-r--r-- | development/ex-vi/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/development/ex-vi/README b/development/ex-vi/README new file mode 100644 index 0000000000..6c3db2e52e --- /dev/null +++ b/development/ex-vi/README @@ -0,0 +1,14 @@ +ex-vi (traditional vi) + +Bill Joy's original vi for UNIX. + +This port of vi has generally preserved the original style, terminal +control, and feature set. It adds support for international character +sets, including multibyte encodings such as UTF-8, and some minor +enhancements that were not present in BSD vi 3.7, but had been included +in later vi versions for System V or in POSIX.2. + +The "Introduction to Display Editing with Vi" mentioned in the man page +can be found at: http://ex-vi.sourceforge.net/viin/paper.html + +See README_Slackware.txt for Slack-specific details about this build. |