use the new set -a and set -p in our scripts

This commit is contained in:
Kurtis Rader
2017-08-04 18:02:24 -07:00
parent 67de733b9b
commit 8b79f4e5c9
23 changed files with 63 additions and 67 deletions

View File

@@ -1,4 +1,3 @@
function __fish_bind_test2
set -l args
for i in (commandline -poc)
@@ -6,7 +5,7 @@ function __fish_bind_test2
case "-*"
case "*"
set args $args $i
set -a args $i
end
end