-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
The man.fish function definition contains a syntax error, it has a few set $argv instead of set argv.
Reproduce
Run man : or man .
❯ man :
set: :: invalid variable name. See `help identifiers`
- (line 54):
set $argv true
^
in function 'man' with arguments ':'
(Type 'help set' for related documentation)
No manual entry for :
❯ man .
set: .: invalid variable name. See `help identifiers`
- (line 52):
set $argv source
^
in function 'man' with arguments '.'
(Type 'help set' for related documentation)
No manual entry for .
Environment
❯ fish --version
fish, version 4.1.2
❯ echo $version $FISH_VERSION
4.1.2 4.1.2
❯ uname
LinuxMetadata
Metadata
Assignees
Labels
No labels