diff options
| author | dana <dana@dana.is> | 2026-06-30 10:42:56 -0500 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-06-30 10:43:41 -0500 |
| commit | 556e843b8ae8a81f85fd29925430c0f7402eb69e (patch) | |
| tree | 0b17d0e28602b86f8a547013ab7f6cf2700839d7 /Completion/Unix/Command | |
| parent | 54863 + others: completion: compadd -q -> -r (diff) | |
| download | zsh-556e843b8ae8a81f85fd29925430c0f7402eb69e.tar zsh-556e843b8ae8a81f85fd29925430c0f7402eb69e.tar.gz zsh-556e843b8ae8a81f85fd29925430c0f7402eb69e.tar.bz2 zsh-556e843b8ae8a81f85fd29925430c0f7402eb69e.tar.lz zsh-556e843b8ae8a81f85fd29925430c0f7402eb69e.tar.xz zsh-556e843b8ae8a81f85fd29925430c0f7402eb69e.tar.zst zsh-556e843b8ae8a81f85fd29925430c0f7402eb69e.zip | |
unposted: _nano: fix syntaxes tag
apparent copy/paste error
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_nano | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_nano b/Completion/Unix/Command/_nano index 4f6bd8b0d..29fb5337a 100644 --- a/Completion/Unix/Command/_nano +++ b/Completion/Unix/Command/_nano @@ -73,7 +73,7 @@ case $state in tmp=( ${(f)"$( _call_program syntaxes $words[1] --listsyntaxes )"} ) tmp=( ${tmp:#(#i)*available syntax*} ) tmp=( ${(@Z<n>)tmp} ) - _wanted volume-names expl 'syntax' compadd -a - tmp && ret=0 + _wanted syntaxes expl syntax compadd -a - tmp && ret=0 ;; files) |
