Always detect ^C
commit876628c7745fc096a819b72e5373c30be961b0fe
authorBjorn Winckler <bjorn.winckler@gmail.com>
Thu, 31 Jan 2008 18:45:22 +0000 (31 19:45 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Thu, 31 Jan 2008 18:45:22 +0000 (31 19:45 +0100)
tree1fede71ba6d939aceffb38a17d77c56a8749bff0
parent2d8844b3c93f46dc0bd91428a057813ab099e7d1
Always detect ^C

Sometimes Ctrl-keys are sent to the backend as text instead of as a
command key, so we must look for ^C in both cases.

This fixes a the ^W^C bug (Issue 48).
src/MacVim/MMBackend.m