5 Commits

Author SHA1 Message Date
kn
7ccfa0033e Mention rename to vise on installation
Noted by a user who did not find it after installation.

Feedback and OK tb
2019-10-26 15:46:38 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
kn
eec6eb20d5 Fix segfault, do not strip binaries.
OK tb, sthen
2018-04-10 22:51:28 +00:00
kn
089310fd00 Update vis to 0.5
OK rsadowski
2018-03-31 11:06:39 +00:00
landry
afc6161b17 Import vis 0.4 (binary renamed to vise to avoid conflicts).
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.

Efficient syntax highlighting is provided using Parsing Expression Grammars
which can be conveniently expressed using Lua in the form of LPeg.

From Klemens Nanni and Carolyn Saunders
ok tb@
2017-12-23 12:31:27 +00:00