man.fish: fix for commands ! . : [

[ja: add test]

Closes #11956
This commit is contained in:
traal
2025-10-16 12:43:32 +02:00
committed by Johannes Altmanninger
parent cab6b97539
commit 165e0d0ed5
3 changed files with 19 additions and 4 deletions

View File

@@ -47,13 +47,13 @@ function man
# So we override them with the good name.
switch $argv
case !
set $argv not
set argv not
case .
set $argv source
set argv source
case :
set $argv true
set argv true
case '['
set $argv test
set argv test
end
end