From 047906085855be325373b1914c056fedf0630424 Mon Sep 17 00:00:00 2001 From: Cheer Xiao Date: Mon, 17 Dec 2012 22:50:00 +0800 Subject: A quick fix to issue #456. --- share/functions/help.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/functions/help.fish') diff --git a/share/functions/help.fish b/share/functions/help.fish index 4b2a0164..4164c01a 100644 --- a/share/functions/help.fish +++ b/share/functions/help.fish @@ -97,7 +97,7 @@ function help --description "Show help for the fish shell" # documentation. It's a bit of a hack, since it relies on the # Doxygen markup format to never change. - case (sed -n 's/.*

.*/\2/p' $__fish_help_dir/commands.html) + case (sed -n 's/.*.*/\2/p' $__fish_help_dir/commands.html) set fish_help_page "commands.html\#$fish_help_item" case $help_topics set fish_help_page "index.html\#$fish_help_item" -- cgit v1.2.3