mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Support editing functions starting with dot
This commit is contained in:
parent
792e246262
commit
faea588fb8
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user