diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-21 01:40:46 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-21 01:40:46 +0000 |
commit | a7bf68a836ed179e01d748ffc5f6b173885a88f1 (patch) | |
tree | f451ba976cac0e3244011490a5b5004b5c6dd9ed /Completion/X | |
parent | dc103a97fc15680963b1f4d99c922760f384562e (diff) | |
download | zsh-a7bf68a836ed179e01d748ffc5f6b173885a88f1.tar.gz zsh-a7bf68a836ed179e01d748ffc5f6b173885a88f1.tar.xz zsh-a7bf68a836ed179e01d748ffc5f6b173885a88f1.zip |
zsh-workers/7952
Diffstat (limited to 'Completion/X')
-rw-r--r-- | Completion/X/_xutils | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/X/_xutils b/Completion/X/_xutils index 1818b447f..27518e0cf 100644 --- a/Completion/X/_xutils +++ b/Completion/X/_xutils @@ -131,6 +131,7 @@ xrdb) '-backup:backup extension:' \ '*-D-:symbol to define:' \ '*-U-:symbol to undefine:' \ - '*-I-:include directory:_files -/' + '*-I-:include directory:_files -/' \ + '*:defaults file:_files' ;; esac |