From 6c1fb551ba0973c9a86e1ea479d553d66c6bf6b7 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:24:09 +0000 Subject: zsh-3.1.5-pws-14 --- Completion/User/_stty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User/_stty') 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 \ -- cgit 1.4.1