Nicolas Weber wrote:
Hi,
Here is one key that doesn't work for me: Shift-Tab. Most notably when
doing command line completion, where Tab gets the next match and
Shift-Tab goes to the previous match.
This is fixed in the attached patch.
Another key that's still not working is Shift-Space (or Meta-Space).
I'll take care of that later (but that doesn't work in the current mac
vim either).
Bye,
Nico
IIUC, Shift-Space is supposed to be synonymous with Space. (When typing text,
hitting the space bar produces a space regardless of whether you're typing
lowercase or uppercase.) As for Meta-Space (aka Alt-Space), some OSes use it
as a menu key, in which case it might be snatched away before Vim sees it.
Best regards,
Tony.