Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Oct 2022 18:34:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 267099] shells/zsh: Fix a completion function bug of 'cut' command with rare case
Message-ID:  <bug-267099-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267099

            Bug ID: 267099
           Summary: shells/zsh: Fix a completion function bug of 'cut'
                    command with rare case
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: bapt@FreeBSD.org
          Reporter: nork@ninth-nine.com
             Flags: maintainer-feedback?(bapt@FreeBSD.org)
          Assignee: bapt@FreeBSD.org

Created attachment 237352
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D237352&action=
=3Dedit
patch

I and Umemoto-san(ume@FreeBSD.org) found a storage behavior
of 'cut' command's completion with https://github.com/wookayin/fzf-fasd.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
$ cut -[TAB]
_arguments:comparguments:327: invalid argument: cut
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

So I researched this behavior, I found a conflict of variable 'args'.
I think a style violation of '_cut' file.  So I rewrite to safe description.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267099-7788>