Merge pull request #787 from marlonrichert/patch-1

Remove deprecated `-$` option
This commit is contained in:
Shohei YOSHIDA 2021-03-22 20:17:17 +09:00 committed by GitHub
commit 788926ffba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,7 @@ _arguments -s -C \
{-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]'\
{-S,--softwrap}'[Display overly long 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]'\
@ -55,5 +55,4 @@ _arguments -s -C \
{-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'