diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-11-07 09:37:34 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-11-07 09:37:34 +0000 |
commit | e366ca8dbfb3d38e4bcbfa02965d6736a7e6bdca (patch) | |
tree | d7f7552cb4e0b1fe29e1fbf7fb34d47577d6ba1f /Doc/Zsh/roadmap.yo | |
parent | 78ace07e1604b4ffd990fea3066a9cfa2c6c5669 (diff) | |
download | zsh-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/roadmap.yo')
-rw-r--r-- | Doc/Zsh/roadmap.yo | 5 |
1 files changed, 4 insertions, 1 deletions
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() |