diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-28 09:08:03 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-28 09:08:03 +0000 |
commit | fde669f76d331fbe64e420a384b27ec908bd97d8 (patch) | |
tree | 7174e7d9f39c67f6be8f0315ec35fdfaae5de547 /Doc/Zsh | |
parent | f4a09871b005d1a65d69686bc901922b3dde9a37 (diff) | |
download | zsh-fde669f76d331fbe64e420a384b27ec908bd97d8.tar.gz zsh-fde669f76d331fbe64e420a384b27ec908bd97d8.tar.xz zsh-fde669f76d331fbe64e420a384b27ec908bd97d8.zip |
misc
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index ff6dd1fce..433df4807 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -69,15 +69,15 @@ directory mentioned in the tt($fpath) variable, and should be autoloaded (`tt(autoload -U compinit)' is recommended), and then run simply as `tt(compinit)'. This will define a few utility functions, arrange for all the necessary shell functions to be -autoloaded, and will then re-bind all keys that do completion to use the +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-bound. +re-defined. Should you need to use the original completion commands, you can still -bind keys to the old functions by putting a `tt(.)' in front of the -command name, e.g. `tt(.expand-or-complete)'. +bind keys to the old widgets by putting a `tt(.)' in front of the +widget name, e.g. `tt(.expand-or-complete)'. To speed up the running of tt(compinit), it can be made to produce a dumped configuration which will be read in on future invocations; this is the |