Files
fish-shell/share/functions
phisonate 51f3722e02 Fix funced to not expand or execute function name when interactive
Due to unnecessary quotes in the prompt command given to `read` by `funced` when
editing a function interactively (using `-i`), the name of the function to edit
would be evaluated, expanded and even executed (when using command substitution
for example), which is at least annoying when using unusual but valid and
allowed function names like '*' or 'head (cat)'. This commit delays the function
name expansion so that this should no longer happen.
2025-07-24 01:03:02 +02:00
..
2019-05-05 12:09:25 +02:00
2025-03-01 07:55:53 +01:00
2023-04-26 19:38:10 +02:00
2019-05-05 12:09:25 +02:00
2020-11-22 14:39:48 +01:00
2024-06-24 14:30:37 -05:00
2022-06-08 21:23:43 +02:00
2025-06-23 14:18:15 +02:00
2022-08-02 00:42:37 -07:00
2022-01-27 16:21:22 -08:00
2025-04-11 17:29:22 +02:00
2022-01-27 16:21:22 -08:00
2016-11-27 21:27:22 -08:00
2025-04-11 15:11:22 +02:00
2021-12-02 02:22:40 -08:00
2023-12-25 18:46:23 +01:00
2017-04-05 15:31:13 -07:00
2023-06-01 18:20:19 +02:00
2022-01-27 16:21:22 -08:00
2022-04-23 16:35:52 -07:00