aboutsummaryrefslogtreecommitdiffstats
path: root/src/_nano
diff options
context:
space:
mode:
authordavidhcefx <davidhu0903ex3@gmail.com>2021-02-11 02:51:33 +0800
committerdavidhcefx <davidhu0903ex3@gmail.com>2021-02-11 02:51:33 +0800
commit37a9a485eea1fbe7695a78d736b808912a61cc1c (patch)
tree2861d87d92e592a99a44bdf0d9acf697d602ad89 /src/_nano
parentMerge pull request #781 from ScoreUnder/add-gpgconf (diff)
downloadzsh-completions-37a9a485eea1fbe7695a78d736b808912a61cc1c.tar
zsh-completions-37a9a485eea1fbe7695a78d736b808912a61cc1c.tar.gz
zsh-completions-37a9a485eea1fbe7695a78d736b808912a61cc1c.tar.bz2
zsh-completions-37a9a485eea1fbe7695a78d736b808912a61cc1c.tar.lz
zsh-completions-37a9a485eea1fbe7695a78d736b808912a61cc1c.tar.xz
zsh-completions-37a9a485eea1fbe7695a78d736b808912a61cc1c.tar.zst
zsh-completions-37a9a485eea1fbe7695a78d736b808912a61cc1c.zip
update nano to version 5.4
Diffstat (limited to 'src/_nano')
-rw-r--r--src/_nano5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/_nano b/src/_nano
index 6a90ddc..173fb64 100644
--- a/src/_nano
+++ b/src/_nano
@@ -16,9 +16,11 @@ _arguments -s -C \
{-L,--nonewlines}'[Do not add an automatic newline]'\
{-M,--trimblanks}'[Trim tail spaces when hard-wrapping]'\
{-N,--noconvert}'[Do not convert files from DOS/Mac format]'\
+ {-O,--bookstyle}'[Leading whitespace means new paragraph]'\
{-P,--positionlog}'[Log & read location of cursor position]'\
{-Q+,--quotestr=}'[Regular expression to match quoting]:str'\
{-R,--restricted}'[Restricted mode]'\
+ {-S,--softwrap}'[Display overlong lines on multiple rows]'\
{-T+,--tabsize=}'[Set width of a tab to cols columns]:init'\
{-U,--quickblank}'[Do quick statusbar blanking]'\
'(- *)'{-V,--version}'[Print version information and exit]'\
@@ -42,13 +44,16 @@ _arguments -s -C \
{-n,--noread}'[Do not read the file (only write it)]'\
{-o+,--operatingdir=}'[Set operating directory]:dir:_dirs'\
{-p,--preserve}'[Preserve XON (^Q) and XOFF (^S) keys]'\
+ {-q,--indicator}'[Show a position+portion indicator]'\
{-r+,--fill=}'[Set width for hard-wrap and justify]:init'\
{-s+,--speller=}'[Enable alternate speller]:prog'\
{-t,--tempfile}'[Auto save on exit, do not prompt]'\
{-u,--unix}'[Save a file by default in Unix format]'\
+ {-v,--view}'[View mode (read-only)]'\
{-w,--nowrap}'[Do not hard-wrap long lines default]'\
{-x,--nohelp}'[Do not show the two help lines]'\
{-y,--afterends}'[Make Ctrl+Right stop at word ends]'\
{-z,--suspend}'[Enable suspension]'\
+ {-%,--stateflags}'[Show some states on the title bar]'\
{-$,--softwrap}'[Enable soft line wrapping]'\
'(-t -q)*:file:_files'