fix --new --edit handling
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M functions/__scriptura_new.fish → functions/__scriptura_new.fish
@@ -1,5 +1,5 @@ function __scriptura_new - argparse e/edit -- $argv + argparse --stop-nonopt --move-unknown e/edit -- $argv set --function target $argv[1] set --function remaining $argv[2..]