From 35733a0f8d5e5f41b2b47d46aa9c60754b88a670 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Fri, 29 Aug 2025 11:40:42 +0200 Subject: [PATCH] functions/man: allow "man !" Analogous to the "! -h" code path. --- share/functions/man.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/functions/man.fish b/share/functions/man.fish index 5b6698217..671504c24 100644 --- a/share/functions/man.fish +++ b/share/functions/man.fish @@ -44,6 +44,8 @@ function man --description "Format and display the on-line manual pages" # isn't guaranteed to be allowed. # So we override them with the good name. switch $argv + case ! + set argv not case : set argv true case '['