diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 1999-04-15 18:24:09 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-04-15 18:24:09 +0000 |
| commit | 6c1fb551ba0973c9a86e1ea479d553d66c6bf6b7 (patch) | |
| tree | ec80a986c49f2da21eed83b7097f0f4e99f57e3f /Completion/User/_stty | |
| parent | zsh-3.1.5-pws-13 (diff) | |
| download | zsh-6c1fb551ba0973c9a86e1ea479d553d66c6bf6b7.tar zsh-6c1fb551ba0973c9a86e1ea479d553d66c6bf6b7.tar.gz zsh-6c1fb551ba0973c9a86e1ea479d553d66c6bf6b7.tar.bz2 zsh-6c1fb551ba0973c9a86e1ea479d553d66c6bf6b7.tar.lz zsh-6c1fb551ba0973c9a86e1ea479d553d66c6bf6b7.tar.xz zsh-6c1fb551ba0973c9a86e1ea479d553d66c6bf6b7.tar.zst zsh-6c1fb551ba0973c9a86e1ea479d553d66c6bf6b7.zip | |
zsh-3.1.5-pws-14zsh-3.1.5-pws-14
Diffstat (limited to 'Completion/User/_stty')
| -rw-r--r-- | Completion/User/_stty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_stty b/Completion/User/_stty index d32d6bdff..73c860d54 100644 --- a/Completion/User/_stty +++ b/Completion/User/_stty @@ -5,7 +5,7 @@ if [[ "$words[CURRENT-1]" = \ then compadd -Q '^-' '^h' '^?' '^c' '^u' else - [[ -string '-' || -string '+' ]] + compset -P '[-+]' compadd rows columns intr quit erase kill eof eol \ eol2 start stop susp dsusp reprint discard werase lnext \ parenb parodd cs8 cstopb hupcl cread clocal parext \ |
