diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-17 18:30:58 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-17 18:30:58 +0000 |
commit | 08edecfbe212e3faee1da3d6277c6dff22e6cd6b (patch) | |
tree | 17b326baa86799fdf3557284b6bf5b3d9e52aa56 /Doc/Zsh/compwid.yo | |
parent | 63acd1060174cd9d3595abb3fe71174c595e8131 (diff) | |
download | zsh-08edecfbe212e3faee1da3d6277c6dff22e6cd6b.tar.gz zsh-08edecfbe212e3faee1da3d6277c6dff22e6cd6b.tar.xz zsh-08edecfbe212e3faee1da3d6277c6dff22e6cd6b.zip |
manual/9331
Diffstat (limited to 'Doc/Zsh/compwid.yo')
-rw-r--r-- | Doc/Zsh/compwid.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo index d15ee98b2..8535c2c60 100644 --- a/Doc/Zsh/compwid.yo +++ b/Doc/Zsh/compwid.yo @@ -937,7 +937,7 @@ After that the shell function tt(complete-files) will be invoked after typing control-X and TAB. The function should then generate the matches, e.g.: -example(complete-filles LPAR()RPAR() { compadd - * }) +example(complete-files LPAR()RPAR() { compadd - * }) This function will complete files in the current directory matching the current word. |