diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 01:26:53 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:48 +0700 |
commit | 7ae0f75b5fbffca5bbca9864c0123d8ab4cdafa6 (patch) | |
tree | 6803527a68b7391a5a74a6e7722fc4ffb5654b36 /development | |
parent | e99ee378dea4e6391cf24649d502104e9ee10fd0 (diff) | |
download | slackbuilds-7ae0f75b5fbffca5bbca9864c0123d8ab4cdafa6.tar.gz |
development/vis: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/vis/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/development/vis/README b/development/vis/README index ca27ca97fd..ed29e9d1aa 100644 --- a/development/vis/README +++ b/development/vis/README @@ -1,8 +1,9 @@ vis (vi-like editor based on Plan 9's structural regular expressions) -Vis aims to be a modern, legacy free, simple yet efficient editor combining the -strengths of both vi(m) and sam. It extends vi's modal editing with built-in -support for multiple cursors/selections and combines it with sam's structural -regular expression based command language. As an universal editor it has decent -Unicode support and should cope with arbitrary files including: large, binary -or single-line ones. +Vis aims to be a modern, legacy free, simple yet efficient editor +combining the strengths of both vi(m) and sam. It extends vi's modal +editing with built-in support for multiple cursors/selections and +combines it with sam's structural regular expression based command +language. As an universal editor it has decent Unicode support +and should cope with arbitrary files including: large, binary or +single-line ones. |