mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-04 07:21:14 -03:00
use the new set -a and set -p in our scripts
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user