
When there are multiple import choices, only the last one and the prompt is shown, the rest is hidden. After poking around the code, I found the JavaImpDisplayChoices uses command() to display the choices. And it seems the command() prompt does not work well with multi-line messages. I have to set cmdheight to some large numbers to see the full choice list:

Any idea how to fix this? I really do not want a large cmd window just for this...