Only load .exe suffix'd completions on Cygwin.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 5 Nov 2006 11:20:25 +0000 (06:20 -0500)
committerJunio C Hamano <junkio@cox.net>
Sun, 5 Nov 2006 21:36:30 +0000 (13:36 -0800)
The only platform which actually needs to define .exe suffixes as
part of its completion set is Cygwin. So don't define them on any
other platform.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found