From 8a63326411b2acefff6b66a5595531b5f8b47ebf Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 20 Oct 2012 12:21:41 -0700 Subject: [PATCH] Removed backwards compatibility check for fish_user_keybindings --- share/functions/__fish_config_interactive.fish | 3 --- 1 file changed, 3 deletions(-) diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index 7a5a03be4..8409fc5f1 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -207,9 +207,6 @@ function __fish_config_interactive -d "Initializations that should be performed #Load user key bindings if they are defined if functions --query fish_user_key_bindings > /dev/null fish_user_key_bindings - # Deprecated. Retained for backwards compatibility reasons. - else if functions --query fish_user_keybindings > /dev/null - fish_user_keybindings end else eval $fish_key_bindings ^/dev/null