1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

fix guard to accept partial display numbers (14255)

This commit is contained in:
Oliver Kiddle 2001-05-08 11:48:12 +00:00
parent 8ff0785863
commit 4c81ef8686
2 changed files with 3 additions and 1 deletions

@ -1,3 +1,5 @@
* 14255: Completion/X/Command/_vnc: fix guard for display numbers
2001-05-08 Peter Stephenson <pws@csr.com>
* Andrej: 14248: Src/Modules/zpty.c, Test/comptest: don't use

@ -13,7 +13,7 @@ case $service in
'-geometry:geometry:(1600x1200 1280x1024 1152x864 1024x768 800x600 640x480)' \
'-depth:pixel depth:(8 16 24 32)' \
'-pixelformat:pixel format' \
'1::display number:_guard ":[0-9]#"' \
'1::display number:_guard "(|:[0-9]#)"' \
- kill \
"-kill:display number:($displays)" \
- help \