1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-08 12:01:21 +02:00

27862: handle X11 versions greater than X11R6 in the compdef line

This commit is contained in:
Bart Schaefer 2010-12-18 23:04:03 +00:00
parent 70acf8ed59
commit 822680d157

View file

@ -1,4 +1,4 @@
#compdef -P */X11(|R[456])/*
#compdef -P */X11(|R<4->)/*
local ret long xargs opts rawret nm="$compstate[nmatches]"