From 51e963bf4430de520658ded03675178c6a76b4ea Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sun, 21 Apr 2019 09:07:29 -0700 Subject: [PATCH] fixup last commit --- share/functions/__fish_print_help.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/share/functions/__fish_print_help.fish b/share/functions/__fish_print_help.fish index fb1022195..0d74aa084 100644 --- a/share/functions/__fish_print_help.fish +++ b/share/functions/__fish_print_help.fish @@ -104,5 +104,4 @@ function __fish_print_help --description "Print help message for the specified f end end end | string replace -ra '^ ' '' | ul # post-process with `ul`, to interpret the old-style grotty escapes - printf '%s'\n $manual[2..-1]; end