From 13e4736113eefd5998a808ee34fd9b201c5af920 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 11 May 2025 12:18:18 +0200 Subject: [PATCH] completions/commandline: don't offer deprecated option --- share/completions/commandline.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/share/completions/commandline.fish b/share/completions/commandline.fish index 3bfa83c2c..453de4efd 100644 --- a/share/completions/commandline.fish +++ b/share/completions/commandline.fish @@ -13,7 +13,6 @@ complete -c commandline -s b -l current-buffer -d "Select entire command line (d complete -c commandline -s c -l cut-at-cursor -d "Only return that part of the command line before the cursor" complete -c commandline -s f -l function -d "Inject readline functions to reader" complete -c commandline -s x -l tokens-expanded -d "Print a list of expanded tokens" -complete -c commandline -l tokens-raw -d "Print a list of raw tokens" complete -c commandline -s I -l input -d "Specify command to operate on" complete -c commandline -s C -l cursor -d "Set/get cursor position, not buffer contents"