From e366ca8dbfb3d38e4bcbfa02965d6736a7e6bdca Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 7 Nov 2005 09:37:34 +0000 Subject: users/9638: tweaks for FCEDIT etc. 21986: rewrite completion suffixes for wide characters --- Doc/Zsh/builtins.yo | 4 +++- Doc/Zsh/manual.yo | 2 ++ Doc/Zsh/params.yo | 4 +++- Doc/Zsh/roadmap.yo | 5 ++++- 4 files changed, 12 insertions(+), 3 deletions(-) (limited to 'Doc') 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. diff --git a/Doc/Zsh/manual.yo b/Doc/Zsh/manual.yo index 9820f1f23..4bf9f6bcd 100644 --- a/Doc/Zsh/manual.yo +++ b/Doc/Zsh/manual.yo @@ -59,6 +59,8 @@ menu(The Zsh Web Page) menu(The Zsh Userguide) menu(See Also) +Roadmap + Invocation menu(Compatibility) diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index d48723756..7999d297b 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -758,7 +758,9 @@ tt(ENV) is em(not) used unless zsh is emulating bf(sh) or bf(ksh). ) vindex(FCEDIT) item(tt(FCEDIT))( -The default editor for the tt(fc) builtin. +The default editor for the tt(fc) builtin. If tt(FCEDIT) is not set, +the parameter tt(EDITOR) is used; if that is not set either, a builtin +default, usually tt(vi), is used. ) vindex(fignore) vindex(FIGNORE) diff --git a/Doc/Zsh/roadmap.yo b/Doc/Zsh/roadmap.yo index 5c5bb5ea5..547f7e20b 100644 --- a/Doc/Zsh/roadmap.yo +++ b/Doc/Zsh/roadmap.yo @@ -58,7 +58,10 @@ item(tt(history-beginning-search-backward-end), etc.)( alternative ways of searching the shell history ) item(tt(replace-string), tt(replace-pattern))( -functions for replacing strings or patterns globally in the command line. +functions for replacing strings or patterns globally in the command line +) +item(tt(edit-command-line))( +edit the command line with an external editor. ) enditem() -- cgit 1.4.1