diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2010-12-18 23:04:03 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2010-12-18 23:04:03 +0000 |
commit | 822680d157a5280add2c63aecf8b30cb6313ec1f (patch) | |
tree | 98f9a3fd3a54a409324f24340f0ddbb13f2b2a3d /Completion/X | |
parent | 70acf8ed59cb7f0195d7941cf83a585eb8349e29 (diff) | |
download | zsh-822680d157a5280add2c63aecf8b30cb6313ec1f.tar.gz zsh-822680d157a5280add2c63aecf8b30cb6313ec1f.tar.xz zsh-822680d157a5280add2c63aecf8b30cb6313ec1f.zip |
27862: handle X11 versions greater than X11R6 in the compdef line
Diffstat (limited to 'Completion/X')
-rw-r--r-- | Completion/X/Utility/_x_arguments | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Utility/_x_arguments b/Completion/X/Utility/_x_arguments index 6bda63076..25eaf12ad 100644 --- a/Completion/X/Utility/_x_arguments +++ b/Completion/X/Utility/_x_arguments @@ -1,4 +1,4 @@ -#compdef -P */X11(|R[456])/* +#compdef -P */X11(|R<4->)/* local ret long xargs opts rawret nm="$compstate[nmatches]" |