File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 9494
9595fishcode = r"""
9696function __fish_%(function_name)s_complete
97- set -x _ARGCOMPLETE 1
98- set -x _ARGCOMPLETE_DFS \t
99- set -x _ARGCOMPLETE_IFS \n
100- set -x _ARGCOMPLETE_SUPPRESS_SPACE 1
101- set -x _ARGCOMPLETE_SHELL fish
102- set -x COMP_LINE (commandline -p)
103- set -x COMP_POINT (string length (commandline -cp))
104- set -x COMP_TYPE
97+ set -lx _ARGCOMPLETE 1
98+ set -lx _ARGCOMPLETE_DFS \t
99+ set -lx _ARGCOMPLETE_IFS \n
100+ set -lx _ARGCOMPLETE_SUPPRESS_SPACE 1
101+ set -lx _ARGCOMPLETE_SHELL fish
102+ set -lx COMP_LINE (commandline -p)
103+ set -lx COMP_POINT (string length (commandline -cp))
104+ set -lx COMP_TYPE
105105 if set -q _ARC_DEBUG
106106 %(argcomplete_script)s 8>&1 9>&2 1>&9 2>&1
107107 else
You can’t perform that action at this time.
0 commit comments