mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 09:31:16 -03:00
Fix bug in key binding code causing unneeded error messages
darcs-hash:20071031091503-75c98-3ab5786c1f991e4ea37c33b76823a487f25fab64.gz
This commit is contained in:
@@ -189,11 +189,11 @@ function __fish_config_interactive -d "Initializations that should be performed
|
|||||||
set -U fish_key_bindings fish_default_key_bindings
|
set -U fish_key_bindings fish_default_key_bindings
|
||||||
end
|
end
|
||||||
|
|
||||||
eval $fish_key_bindings
|
eval $fish_key_bindings ^/dev/null
|
||||||
|
|
||||||
function __fish_reload_key_bindings -d "Reload keybindings when binding variable change" --on-variable fish_key_bindings
|
function __fish_reload_key_bindings -d "Reload keybindings when binding variable change" --on-variable fish_key_bindings
|
||||||
eval $fish_key_bindings
|
eval $fish_key_bindings ^/dev/null
|
||||||
end ^/dev/null
|
end
|
||||||
|
|
||||||
function __fish_winch_handler --on-signal winch
|
function __fish_winch_handler --on-signal winch
|
||||||
commandline -f repaint
|
commandline -f repaint
|
||||||
|
|||||||
Reference in New Issue
Block a user