1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-05 23:26:38 +02:00

users/27852: local _compskip to avoid propagating any changes by _normal

This commit is contained in:
Bart Schaefer 2022-07-16 20:53:59 -07:00
parent cb59dfb3a6
commit 13c6b64838
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2022-07-16 Bart Schaefer <schaefer@Macadamia>
* users/27852: Completion/Unix/Command/_python: Make a local copy
of $_compskip to avoid propagating outward any changes by _normal
2022-06-21 Bart Schaefer <schaefer@zsh.org>
* 50379 (tweaked per 50380): Src/jobs.c: fix off-by-one

View File

@ -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