diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-03-24 18:39:35 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-03-24 18:39:35 +0000 |
commit | d770c43f14ef6e559aa16da1c1408e006bb2a137 (patch) | |
tree | 5e14e40365aa72ca67587dcde2adb1fb67c67588 /Completion/X | |
parent | 6e26b4c8b8e4701bd930d204245c6fcb2a7da6b6 (diff) | |
download | zsh-d770c43f14ef6e559aa16da1c1408e006bb2a137.tar.gz zsh-d770c43f14ef6e559aa16da1c1408e006bb2a137.tar.xz zsh-d770c43f14ef6e559aa16da1c1408e006bb2a137.zip |
zsh-workers/10236
Diffstat (limited to 'Completion/X')
-rw-r--r-- | Completion/X/_xwit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/X/_xwit b/Completion/X/_xwit index b017ca3c9..4a5242e18 100644 --- a/Completion/X/_xwit +++ b/Completion/X/_xwit @@ -39,8 +39,8 @@ _regex_arguments _xwit_parse \ \| "/iconmove$nul/" "$guard" "/$word/" ":_message x" "/$word/" ":_message y" \ \| "/id$nul/" "$guard" "/$word/" ":_x_window" \ \| "/(no|)keyrepeat$nul/" "$guard" \ - \( "/[0-9]##$nul/" ":[[ -prefix [0-9]## ]] && _message keycode" \ - \( "/-$nul/" "/[0-9]##$nul/" ":[[ -prefix [0-9]## ]] && _message 'last keycode'" \| \) \) \# \ + \( "/[0-9]##$nul/" ":[[ -prefix [0-9]# ]] && _message keycode" \ + \( "/-$nul/" "/[0-9]##$nul/" ":[[ -prefix [0-9]# ]] && _message 'last keycode'" \| \) \) \# \ \| "/names$nul/" "$guard" "/$word/" ":_x_window -n" \# \ \| "/[]/" ':_xwit_compopts' \ \) \ |