]> git.neil.brown.name Git - edlib.git/commit
complete: preserve case of prefix if there is any doubt.
authorNeilBrown <neil@brown.name>
Tue, 14 Apr 2020 23:12:43 +0000 (09:12 +1000)
committerNeilBrown <neil@brown.name>
Tue, 14 Apr 2020 23:12:43 +0000 (09:12 +1000)
commitddf61524c822c93638339cc46940b71e4df6c31c
tree2e271f33409fa2d1431770da047bb61e166c4a6e
parentb3ac0c8751acdda1b85391eed940ae0babff1ccf
complete: preserve case of prefix if there is any doubt.

If there are multiple matches for the given prefix which have
dfiferent case for the 'prefix', make sure we use the original.
Of all matches have the same case, then we can safely use that.

Signed-off-by: NeilBrown <neil@brown.name>
render-complete.c