Improved support for Ctrl-mappings
commit95904918f2e1dcb7fb68e39caf7c76902c9e30c0
authorBjorn Winckler <bjorn.winckler@gmail.com>
Mon, 19 Nov 2007 20:20:56 +0000 (19 21:20 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Mon, 19 Nov 2007 20:20:56 +0000 (19 21:20 +0100)
tree3557432faa3b19dbee387fdcd5537f1d8c4e57e9
parentadbc68d4024f396b78d6f3d672ce303f7f3cd954
Improved support for Ctrl-mappings

Ctrl-letter keys are passed directly to the input buffer so that the backend
can separate e.g. <C-i> and <C-Tab>.
src/MacVim/MMBackend.m
src/MacVim/MMTextView.m