vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 212b284293be676efccc37b051372f30381e59cb parent f49d3306eee498b32b5a7327145ed321f8934b9b Author: Tim Allen <screwtape@froup.com> Date: Mon, 23 May 2016 08:05:59 +1000 [vis-open] Fix '--' to actually work. Diffstat:
| M | vis-open | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/vis-open b/vis-open @@ -20,6 +20,7 @@ while [ $# -gt 0 ]; do shift ;; --) + shift break ;; *)