Fix leaking $i from python completion
This commit is contained in:
parent
285136a8df
commit
3d7321bc68
2
CHANGES
2
CHANGES
@ -139,7 +139,7 @@ bash-completion (1.x)
|
|||||||
[ Freddy Vulto ]
|
[ Freddy Vulto ]
|
||||||
* Patched _known_hosts() to support multiple {Global,User}KnownHosts in SSH
|
* Patched _known_hosts() to support multiple {Global,User}KnownHosts in SSH
|
||||||
config files, thanks to Thomas Nilsson (Alioth: #311595) (Debian: #524190)
|
config files, thanks to Thomas Nilsson (Alioth: #311595) (Debian: #524190)
|
||||||
* Fix leaking $i from info and man completions.
|
* Fix leaking $i from info, man and python completions.
|
||||||
|
|
||||||
-- David Paleino <d.paleino@gmail.com> Thu, 18 Jun 2009 13:12:36 +0200
|
-- David Paleino <d.paleino@gmail.com> Thu, 18 Jun 2009 13:12:36 +0200
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
have python &&
|
have python &&
|
||||||
_python()
|
_python()
|
||||||
{
|
{
|
||||||
local prev cur
|
local prev cur i
|
||||||
|
|
||||||
COMPREPLY=()
|
COMPREPLY=()
|
||||||
cur=`_get_cword`
|
cur=`_get_cword`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user