summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorbitraid <bitraid@protonmail.ch>2025-02-18 19:28:34 +0200
committerJunegunn Choi <junegunn.c@gmail.com>2025-02-20 08:30:30 +0900
commit91bc4f2671baef51a8007b65456a7814c39e68f8 (patch)
treea0a35e7eb51d99f55d9da52c8619ab8d421e81da /shell
parent4c9d37d919bc996fcf0073e70f18ac80be8c5eba (diff)
downloadfzf-91bc4f2671baef51a8007b65456a7814c39e68f8.tar.gz
[fish] Add comment about fish version compatibility
Diffstat (limited to 'shell')
-rw-r--r--shell/key-bindings.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/key-bindings.fish b/shell/key-bindings.fish
index faa85810..37d3dc40 100644
--- a/shell/key-bindings.fish
+++ b/shell/key-bindings.fish
@@ -14,6 +14,10 @@
# 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_defaults