Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] completion: git: fix __git_commit_objects/__git_recent_commits
On May 19,  5:46am, Daniel Hahler wrote:
}
} >      # Note: the after-the-colon part must be unique across the entire array;
} >      # see workers/34768
} > -    descr+=("$i:[$i] $k")
} > +    descr+=("$i:[$i] ${k//:/\\:}")
} 
} Should be good to get committed now - in case it works.
It's not harmful, but it doesn't seem to be necessary either -- the only
colons that need escaping are any that may appear in $i not those in $k.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author