vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 9686bd3280e1b8b61ee4370a6008771b4eb64379 parent 3d0b465af933bc0ff8c42fd0b397a5681788d2bb Author: Marc André Tanner <mat@brain-dump.org> Date: Wed, 14 Dec 2016 21:31:05 +0100 build: improve description of --enable-lpeg configure option It links lpeg statically into the vis binary, meaning it does not need to be dlopen(3)-ed at runtime. While this improves the portability of the resulting vis binary, it is not necessary to enable this option to get syntax highlighting support. Maybe the option should be renamed to avoid further confusion. Diffstat:
| M | configure | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure @@ -24,7 +24,7 @@ Fine tuning of the installation directories: Optional features: --enable-lua build with Lua support [auto] - --enable-lpeg build with built-in LPeg support [auto] + --enable-lpeg build with support for statically linking to LPeg [auto] --enable-selinux build with SELinux support [auto] --enable-acl build with POSIX ACL support [auto]