Cmd-. sends SIGINT
commitae65fd058f7c7ebe21d3be3acbce0e130c895695
authorBjorn Winckler <bjorn.winckler@gmail.com>
Thu, 8 Jan 2009 20:53:11 +0000 (8 21:53 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 10 Jan 2009 16:49:26 +0000 (10 17:49 +0100)
treee4cf2d4bfb1a3c47251dd7dc3ada537864f0299f
parentcc2d88f7a57fc825bf8597f3b3c1cb85b21c003b
Cmd-. sends SIGINT

Ctrl-C does not always work to interrupt a stuck Vim process. By making
Cmd-. send SIGINT it is more likely to succeed where Ctrl-C has failed.
(E.g. Ctrl-C may fail if a DO message is dropped, or if the Vim process
is stuck in a loop and isn't checking for new input.)
runtime/doc/gui_mac.txt
src/MacVim/MMBackend.m
src/MacVim/MMTextViewHelper.m
src/MacVim/MacVim.h
src/MacVim/MacVim.m
src/MacVim/gui_macvim.m