about summary refs log tree commit diff
path: root/Completion/Zsh/Command
diff options
context:
space:
mode:
authordana <dana@dana.is>2022-04-02 22:07:56 -0500
committerdana <dana@dana.is>2022-04-02 22:07:56 -0500
commit8e83378c900461fb2ba27181d9dfe8eaf2edc721 (patch)
treea12f5dad84771fab67235cfa419946319c56a127 /Completion/Zsh/Command
parentcfce598a1313200928df2ac6ad8d848e06ebf27f (diff)
downloadzsh-8e83378c900461fb2ba27181d9dfe8eaf2edc721.tar.gz
zsh-8e83378c900461fb2ba27181d9dfe8eaf2edc721.tar.xz
zsh-8e83378c900461fb2ba27181d9dfe8eaf2edc721.zip
unposted (see 48073): _fc: Complete new -s option
Diffstat (limited to 'Completion/Zsh/Command')
-rw-r--r--Completion/Zsh/Command/_fc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_fc b/Completion/Zsh/Command/_fc
index dd014e7d7..80e570c5d 100644
--- a/Completion/Zsh/Command/_fc
+++ b/Completion/Zsh/Command/_fc
@@ -59,7 +59,8 @@ case $service in
   ;;
   *)
     _arguments "$fc_common[@]" "$fc_hist[@]" "$fc_r" \
-      '(-A -R -W -a -l -n -d -f -E -i -r -t -D -p -P)-e+[specify editor to invoke]:editor to invoke:_command_names -e' \
+      '(-A -R -W -a -l -n -d -f -E -i -r -t -D -p -P -s)-e+[specify editor to invoke]:editor to invoke:_command_names -e' \
+      '(-A -R -W -a -l -n -d -f -E -i -r -t -D -p -P -e)-s[re-execute command without invoking editor (like -e-)]' \
       '(-a -l -L -m -e -r -n -d -f -t -E -i -R -D -A -W -p -P *)-'{\
 'R[read history from file]',\
 'A[append history to file]',\