From f3b6b7456826ae7f0ce1e0b10c378eac007ffef9 Mon Sep 17 00:00:00 2001 From: liljencrantz Date: Tue, 15 Jan 2008 10:40:50 +1000 Subject: [PATCH] Oops. Made a minor but important typo in previous cleanup patch. :-( darcs-hash:20080115004050-75c98-3f7f733cca054d8685ec5df68d6467057ea5be53.gz --- share/functions/__fish_config_interactive.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index 66f237e69..b9d11dd02 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -206,7 +206,7 @@ function __fish_config_interactive -d "Initializations that should be performed end # Load keybindings - __fish_reload_keybindings + __fish_reload_key_bindings # Repaint screen when window changes size function __fish_winch_handler --on-signal winch