diff options
| author | dana <dana@dana.is> | 2026-06-14 04:07:37 +0000 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-06-20 19:27:09 -0500 |
| commit | 74fa2341401ce9157df7d062b5811f92097a6bf1 (patch) | |
| tree | a283dae8c677991e3c7c332e43e8c8d124c0eb17 /Completion/Unix/Command/_nano | |
| parent | 54767: zformat: replace -qn by spec quoting indicator syntax (diff) | |
| download | zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.gz zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.bz2 zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.lz zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.xz zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.zst zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.zip | |
54768: completion: use `zformat -q` for formatting
Diffstat (limited to 'Completion/Unix/Command/_nano')
| -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 e2333b9f4..4f6bd8b0d 100644 --- a/Completion/Unix/Command/_nano +++ b/Completion/Unix/Command/_nano @@ -20,7 +20,7 @@ args=( '(-N --noconvert -u --unix)'{-N,--noconvert}"[don't convert files from DOS/Mac format]" '(-O --bookstyle)'{-O,--bookstyle}'[when justifying, leading whitespace means new paragraph]' '(-P --positionlog)'{-P,--positionlog}'[remember cursor position]' - '(-Q --quotestr)'{-Q+,--quotestr=}'[specify regular expression to match quoting]:quoting regex [^([ \t]*([!#%%\:;>|}]|//))+]' + '(-Q --quotestr)'{-Q+,--quotestr=}'[specify regular expression to match quoting]:quoting regex [^([ \t]*([!#%\:;>|}]|//))+]' '(-R --restricted)'{-R,--restricted}'[restrict access to the file system]' '(-S --softwrap)'{-S,--softwrap}'[soft-wrap long lines]' '(-T --tabsize)'{-T+,--tabsize=}'[specify tab width]: :_numbers -u columns -l1 -d8 "tab width"' |
