1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +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]"