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:
parent
70acf8ed59
commit
822680d157
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#compdef -P */X11(|R[456])/*
|
||||
#compdef -P */X11(|R<4->)/*
|
||||
|
||||
local ret long xargs opts rawret nm="$compstate[nmatches]"
|
||||
|
||||
|
|
Loading…
Reference in a new issue