Fix rsync remote path completion (Alioth: #312173).
This commit is contained in:
parent
ed45c2caaf
commit
e2e1c391ed
3
CHANGES
3
CHANGES
@ -55,6 +55,9 @@ bash-completion (2.x)
|
|||||||
[ Ted Stern ]
|
[ Ted Stern ]
|
||||||
* Fix modules completion for "(default)" entries.
|
* Fix modules completion for "(default)" entries.
|
||||||
|
|
||||||
|
[ Jeremie Lasalle Ratelle ]
|
||||||
|
* Fix rsync remote path completion (Alioth: #312173).
|
||||||
|
|
||||||
-- David Paleino <d.paleino@gmail.com> Sun, 11 Oct 2009 11:11:57 +0200
|
-- David Paleino <d.paleino@gmail.com> Sun, 11 Oct 2009 11:11:57 +0200
|
||||||
|
|
||||||
bash-completion (1.1)
|
bash-completion (1.1)
|
||||||
|
@ -8,7 +8,7 @@ _rsync()
|
|||||||
local cur prev shell i userhost path
|
local cur prev shell i userhost path
|
||||||
|
|
||||||
COMPREPLY=()
|
COMPREPLY=()
|
||||||
cur=`_get_cword`
|
cur=`_get_cword :`
|
||||||
prev=${COMP_WORDS[COMP_CWORD-1]}
|
prev=${COMP_WORDS[COMP_CWORD-1]}
|
||||||
|
|
||||||
_expand || return 0
|
_expand || return 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user