about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-11-07 09:37:34 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-11-07 09:37:34 +0000
commite366ca8dbfb3d38e4bcbfa02965d6736a7e6bdca (patch)
treed7f7552cb4e0b1fe29e1fbf7fb34d47577d6ba1f /Doc/Zsh/builtins.yo
parent78ace07e1604b4ffd990fea3066a9cfa2c6c5669 (diff)
downloadzsh-e366ca8dbfb3d38e4bcbfa02965d6736a7e6bdca.tar.gz
zsh-e366ca8dbfb3d38e4bcbfa02965d6736a7e6bdca.tar.xz
zsh-e366ca8dbfb3d38e4bcbfa02965d6736a7e6bdca.zip
users/9638: tweaks for FCEDIT etc.
21986: rewrite completion suffixes for wide characters
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r--Doc/Zsh/builtins.yo4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 0ae467c42..affe5b610 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -410,7 +410,9 @@ pattern (should be quoted) and only the history events matching this
 pattern will be shown.
 Otherwise the editor program var(ename) is invoked on a file containing
 these history events.  If var(ename) is not given, the value
-of the parameter tt(FCEDIT) is used.  If var(ename) is `tt(-)',
+of the parameter tt(FCEDIT) is used; if that is not set the value of the
+parameter tt(EDITOR) is used; if that is not set a builtin default, usually
+`tt(vi)' is used.  If var(ename) is `tt(-)',
 no editor is invoked.  When editing is complete, the edited
 command is executed.