From 13c6b648385b550efde5bf7be4bdb97cb67dec5f Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sat, 16 Jul 2022 20:53:59 -0700 Subject: users/27852: local _compskip to avoid propagating any changes by _normal --- Completion/Unix/Command/_python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_python') diff --git a/Completion/Unix/Command/_python b/Completion/Unix/Command/_python index e5bac18bb..2711b8fd3 100644 --- a/Completion/Unix/Command/_python +++ b/Completion/Unix/Command/_python @@ -3,7 +3,7 @@ # Python 2.7 # Python 3.9 -local curcontext="$curcontext" state state_descr line +local curcontext="$curcontext" state state_descr line _compskip="$_compskip" typeset -A opt_args local -a args -- cgit v1.2.3