diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-07-03 14:00:44 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-07-03 14:00:44 +0000 |
commit | 044e8e054cbcc2c25fb95937add58b6fee15c61d (patch) | |
tree | 57891d498c02a15020c8eea8651404abdab40192 /Doc/Zsh | |
parent | a451f3058e3ccd49184e4ce7bb4c57687664ed10 (diff) | |
download | zsh-044e8e054cbcc2c25fb95937add58b6fee15c61d.tar.gz zsh-044e8e054cbcc2c25fb95937add58b6fee15c61d.tar.xz zsh-044e8e054cbcc2c25fb95937add58b6fee15c61d.zip |
12140: make key rebinding for _expand complter easier
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 73060c038..71a8351af 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -73,7 +73,10 @@ autoloaded, and will then re-define all widgets that do completion to use the new system. If you use the tt(menu-select) widget, which is part of the tt(zsh/complist) module, you should make sure that that module is loaded before the call to tt(compinit) to make sure that that widget is also -re-defined. +re-defined. If completion styles (see below) are set up to perform +expansion as well as completion by default, and the TAB key is bound to +tt(expand-or-complete), tt(compinit) will rebind it to tt(complete-word); +this is necessary to use the correct form of expansion. Should you need to use the original completion commands, you can still bind keys to the old widgets by putting a `tt(.)' in front of the |