1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-07-27 10:12:00 -07:00

[fish] Add comment about fish version compatibility

This commit is contained in:
bitraid
2025-02-18 19:28:34 +02:00
committed by Junegunn Choi
parent 4c9d37d919
commit 91bc4f2671

@@ -14,6 +14,10 @@
# Key bindings # Key bindings
# ------------ # ------------
# For compatibility with fish versions down to 3.1.2, the script does not use:
# - The -f/--function switch of command: set
# - The process substitution syntax: $(cmd)
# - Ranges that omit start/end indexes: $var[$start..] $var[..$end] $var[..]
function fzf_key_bindings function fzf_key_bindings
function __fzf_defaults function __fzf_defaults