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:
parent
8ff0785863
commit
4c81ef8686
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user