diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2000-04-07 02:27:44 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2000-04-07 02:27:44 +0000 |
| commit | 18870148c5e4e71c356821000bb2b8d07366cd49 (patch) | |
| tree | dd1b70ae888b2b26aeca95ffc8854cbc4123abdf /Completion | |
| parent | 10547: (#s) and (#e) pattern assertions (diff) | |
| download | zsh-18870148c5e4e71c356821000bb2b8d07366cd49.tar zsh-18870148c5e4e71c356821000bb2b8d07366cd49.tar.gz zsh-18870148c5e4e71c356821000bb2b8d07366cd49.tar.bz2 zsh-18870148c5e4e71c356821000bb2b8d07366cd49.tar.lz zsh-18870148c5e4e71c356821000bb2b8d07366cd49.tar.xz zsh-18870148c5e4e71c356821000bb2b8d07366cd49.tar.zst zsh-18870148c5e4e71c356821000bb2b8d07366cd49.zip | |
10564: typo in _wanted
10565: maximum function depth configure option
10566: patgetglobflags has a second argument now
Diffstat (limited to 'Completion')
| -rw-r--r-- | Completion/X/_x_display | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/_x_display b/Completion/X/_x_display index e3f9af479..94c3fa9a4 100644 --- a/Completion/X/_x_display +++ b/Completion/X/_x_display @@ -1,3 +1,3 @@ #autoload -_hosts -S ':0 ' -r : +_wanted displays && _hosts -S ':0 ' -r : |
