vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit e4bfe7e7381ea7cf0ebc6dfde00228260c44ca3c
parent 212b284293be676efccc37b051372f30381e59cb
Author: Tim Allen <screwtape@froup.com>
Date:   Mon, 23 May 2016 08:06:29 +1000

[vis-open] Actually use '--' where it's useful.

Diffstat:
Mvis-open | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vis-open b/vis-open @@ -55,4 +55,4 @@ fi CHOICE=$(printf "%s\n" "$@" | vis-menu -b -p "$VIS_MENU_PROMPT") # Did they pick a file or directory? Who knows, let's let the next iteration figure it out. -exec "$0" -p "$VIS_MENU_PROMPT" "$CHOICE" +exec "$0" -p "$VIS_MENU_PROMPT" -- "$CHOICE"