mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-22 20:31:15 -03:00
Support editing functions starting with dot
This commit is contained in:
@@ -32,7 +32,7 @@ function funced --description 'Edit function definition'
|
||||
printf (_ "%s: Unknown option %s\n") funced $argv
|
||||
return 1
|
||||
|
||||
case '*'
|
||||
case '*' '.*'
|
||||
set -l init ''
|
||||
set -l tmp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user