Re: [PATCH 6/7] completion: fix expansion issue in __gitcomp()

2012-11-17 Thread SZEDER Gábor
On Sat, Nov 17, 2012 at 12:39:24PM +0100, Felipe Contreras wrote: > On Sat, Nov 17, 2012 at 12:05 PM, SZEDER Gábor wrote: > > > -# Generates completion reply with compgen, appending a space to possible > > -# completion words, if necessary. > > +# Generates completion reply for the word in $cur,

Re: [PATCH 6/7] completion: fix expansion issue in __gitcomp()

2012-11-17 Thread Felipe Contreras
On Sat, Nov 17, 2012 at 12:05 PM, SZEDER Gábor wrote: > -# Generates completion reply with compgen, appending a space to possible > -# completion words, if necessary. > +# Generates completion reply for the word in $cur, appending a space to > +# possible completion words, if necessary. > # It a