vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 58d464f310098d227ec8dbc438a5c07e32208e22 parent 2da512858bec1f4b5b4fe93466c8e6b3604d2485 Author: Marc André Tanner <mat@brain-dump.org> Date: Sun, 8 Nov 2015 17:12:57 +0100 Clarify build dependencies in README Diffstat:
| M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -610,8 +610,8 @@ In order to build vis you will need a C99 compiler as well as: * [libcurses](http://www.gnu.org/software/ncurses/), preferably in the wide-character version * [libtermkey](http://www.leonerd.org.uk/code/libtermkey/) - * [lua](http://www.lua.org/) 5.1.4 - * [LPeg](http://www.inf.puc-rio.br/~roberto/lpeg/) 0.12 (runtime + * [lua](http://www.lua.org/) >= 5.1 + * [LPeg](http://www.inf.puc-rio.br/~roberto/lpeg/) >= 0.12 (runtime dependency required for syntax highlighting) If you want a self contained statically linked binary you can try