Make copy/paste respect block-wise selections
commit0d1761b63b25a256252a155d47294b5b36f67c6e
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)
tree29b1354ad5568ef6634eb392aca2344615f90023
parentda95aebf1d2f3c86c4e1cd99c4d97bc1de3ec7e3
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