vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit f98172262335724ac6b4303383bb77d8081838ee parent 6aea7465c4c02810558e0b7b8993439a63239222 Author: Marc André Tanner <mat@brain-dump.org> Date: Sat, 7 Jan 2017 12:22:16 +0100 test/sam: work around bug of 9base sam as shipped by Ubuntu 12.04 For some reason this sam version does match nothing for: /[a-zA-Z]+/ This should finally fix the Travis failure for Linux builds. Diffstat:
| M | sam/commands/filter-capitalize.cmd | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sam/commands/filter-capitalize.cmd b/sam/commands/filter-capitalize.cmd @@ -1 +1 @@ -,x/[a-zA-Z]+/ | tr a-z A-Z +,y/ / | tr a-z A-Z