14 Commits

Author SHA1 Message Date
kn
442983d6ce Make vise(1) refer to re_format(7) not regex(7); from Artsi0m 2022-11-20 12:06:58 +00:00
kn
529a5e7439 simpler vis-test handling 2022-11-05 13:16:26 +00:00
kn
08801e8c8e Update to vis 0.8 (all 34 tests keep passing on amd64)
This is a release of vis as it has been for more than a year before some
development started up again. We're releasing this version to get a stable
'old' release out there which should still contain a number of bugfixes
compared to 0.7.

https://github.com/martanne/vis/releases/tag/v0.8
2022-11-05 13:03:00 +00:00
naddy
b2cbb03f33 drop RCS Ids 2022-03-11 18:58:26 +00:00
kn
e7411f37c1 Remove RCSIDs from ports I maintain 2022-03-10 12:03:30 +00:00
kn
8d0e052228 Update to vis 0.7
"This is mostly a bug fix release with fixes for a few cases of undefined
behavior and preliminary work for experimentation with different core text
management data structures and general editor architecture."

https://github.com/martanne/vis/releases/tag/v0.7
2020-12-11 19:17:41 +00:00
kn
2146e63a0b Bump REVISION to be sure 2020-06-11 16:57:36 +00:00
kn
78bf1354f7 Honour DEBUG, provide DEBUG_PACKAGES and remove obsolete libtermkey fix
libtermkey no longer dumps core without TERM being set since the recent
update to 0.22.
2020-06-11 16:56:34 +00:00
kn
cf82b71cfb Update to vis 0.6
Lots of fixes and improvements, see
https://github.com/martanne/vis/releases/tag/v0.6 .

All patches fixed, "make regress" is happy for 22/28 tests.
DEBUG is not yet honored and DEBUG_PACKAGES are missing,
this will be done in a separate commit.
2020-06-10 10:53:16 +00:00
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