K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-06-15T21:00:53.323531Z K 7 svn:log V 262 libedit: Fix a bug that could make completion listings incomplete. The element matches[0] is the common prefix and is not counted in len, so subtracting 1 is not needed. A counter for the number of matches per line was incremented twice. Submitted by: Guy Yur END