On Mon, Jun 23, 2008 at 08:37:11AM +0100, Chris Lamb wrote: > The xrandr tab-completion omits the "--same-as" switch. Patch attached.
Thanks. Index: Completion/X/Command/_xrandr =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/X/Command/_xrandr,v retrieving revision 1.1 diff -u -r1.1 _xrandr --- Completion/X/Command/_xrandr 23 Jun 2007 21:32:23 -0000 1.1 +++ Completion/X/Command/_xrandr 24 Jun 2008 15:22:20 -0000 @@ -28,5 +28,6 @@ '--right-of:output' \ '--above:output' \ '--below:output' \ + '--same-as:output' \ '--off[disable the output]' \ '--crtc:crtc to use:' -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

