mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 08:58:01 +00:00
16 lines
370 B
Text
16 lines
370 B
Text
Not a function
|
|
test_function
|
|
test_function
|
|
|
|
####################
|
|
# Future Feature Flags
|
|
stderr-nocaret off 3.0 ^ no longer redirects stderr
|
|
qmark-noglob off 3.0 ? no longer globs
|
|
string-replace-fewer-backslashes off 3.1 string replace -r needs fewer backslashes in the replacement
|
|
1
|
|
2
|
|
|
|
####################
|
|
# Ensure $status isn't reset before a function is executed
|
|
1
|
|
0
|