Make copy/paste respect block-wise selections
commit9533ad6a6384bf5cb4004def04e5b64f24e0bc4b
authorBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 5 Apr 2008 13:24:25 +0000 (5 15:24 +0200)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 5 Apr 2008 13:24:25 +0000 (5 15:24 +0200)
tree4c292e593a7a0a52dd842f4a602fbb7c2cab43e7
parentc5d24c1e4e8d72d80841ff859cc9b245a012e564
Make copy/paste respect block-wise selections

When text is copied inside Vim we put both the text and the motion type
on the pasteboard.  Text copied from outside Vim never contains the
motion type so we have to guess between line and character-wise motion
types in that case.
src/MacVim/MMBackend.m
src/MacVim/MacVim.h
src/MacVim/MacVim.m
src/MacVim/gui_macvim.m