From a1b43b7a09b223e9add2b3c6aa6e8e46e8bff0e5 Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Thu, 30 Jan 2014 23:53:49 +0530 Subject: Fix for opening bindings tab as initial tab 'fish_config bindings' command should open bindings tab as initially active tab --- share/tools/web_config/webconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/tools/web_config/webconfig.py') diff --git a/share/tools/web_config/webconfig.py b/share/tools/web_config/webconfig.py index 23b89acf..52d9990b 100755 --- a/share/tools/web_config/webconfig.py +++ b/share/tools/web_config/webconfig.py @@ -830,7 +830,7 @@ if PORT > 9000: # Just look at the first letter initial_tab = '' if len(sys.argv) > 1: - for tab in ['functions', 'prompt', 'colors', 'variables', 'history']: + for tab in ['functions', 'prompt', 'colors', 'variables', 'history', 'bindings']: if tab.startswith(sys.argv[1]): initial_tab = '#' + tab break -- cgit v1.2.3