From 80e04a1e86191894e1144c10ccb26a9611a1bbdf Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 1 Feb 2022 21:12:53 +0100 Subject: [PATCH] Rename real to resolve also in completions --- share/completions/path.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/path.fish b/share/completions/path.fish index fa6256a94..c8dbfe92a 100644 --- a/share/completions/path.fish +++ b/share/completions/path.fish @@ -6,7 +6,7 @@ complete -f -c path -n "test (count (commandline -opc)) -lt 2" -a dirname -d 'Gi complete -f -c path -n "test (count (commandline -opc)) -lt 2" -a extension -d 'Give extension for given paths' complete -f -c path -n "test (count (commandline -opc)) -lt 2" -a change-extension -d 'Change extension for given paths' complete -f -c path -n "test (count (commandline -opc)) -lt 2" -a normalize -d 'Normalize given paths (remove ./, resolve ../ against other components..)' -complete -f -c path -n "test (count (commandline -opc)) -lt 2" -a real -d 'Normalize given paths and resolve symlinks' +complete -f -c path -n "test (count (commandline -opc)) -lt 2" -a resolve -d 'Normalize given paths and resolve symlinks' complete -f -c path -n "test (count (commandline -opc)) -lt 2" -a filter -d 'Print paths that match a filter' complete -f -c path -n "test (count (commandline -opc)) -lt 2" -a is -d 'Return true if any path matched a filter' complete -f -c path -n "test (count (commandline -opc)) -lt 2" -a match -d 'Match paths against a glob'