Merge pull request #880 from zsh-users/update-nano

Update nano completion
This commit is contained in:
Shohei YOSHIDA 2022-07-06 15:47:02 +09:00 committed by GitHub
commit 073379d908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ _arguments -s -S -C \
'(-% --stateflags)'{-%,--stateflags}'[show some states in the title bar]' \
'(-_ --minibar -U --quickblank)'{-_,--minibar}'[suppress the title bar and show information at the bottom of the screen]' \
'(-! --magic)'{-\!,--magic}'[try libmagic to determine applicable syntax]' \
'(-0 --zero)'{-0,--zero}'[Hide all bars, use whole terminal]' \
'(-t -q)*: :->args' && ret=0
if [[ -n $state ]]; then