From 7a0415cfd70a02b2280d27556c6c54cef1c86e1a Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:18:42 +0000 Subject: zsh-3.1.5-pws-11 --- Completion/User/_stty | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/User/_stty') diff --git a/Completion/User/_stty b/Completion/User/_stty index 6b54b5007..d32d6bdff 100644 --- a/Completion/User/_stty +++ b/Completion/User/_stty @@ -1,12 +1,12 @@ #defcomp stty -if [[ -mcurrent -1 \ +if [[ "$words[CURRENT-1]" = \ (*erase|discard|status|dsusp|intr|kill|lnext|quit|reprint|start|s*p) ]] then - compadd -m -Q '^-' '^h' '^?' '^c' '^u' + compadd -Q '^-' '^h' '^?' '^c' '^u' else [[ -string '-' || -string '+' ]] - compadd -m rows columns intr quit erase kill eof eol \ + 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 \ ignbrk brkint ignpar parmrk inpck istrip inlcr igncr icrnl iuclc \ -- cgit 1.4.1