mcedit: fix block movement.
commit01bf58e6883696ff741784302c86f269e3a7fe61
authorIlia Maslakov <il.smind@gmail.com>
Tue, 9 Oct 2012 15:19:31 +0000 (9 22:19 +0700)
committerAndrew Borodin <aborodin@vmail.ru>
Sat, 20 Oct 2012 11:39:44 +0000 (20 15:39 +0400)
treeefb8ce847ccaadd8ae32cca0ec6a86e902f8d47f
parentb8e02442fd3365f223f5c3e39fba087e53e35d69
mcedit: fix block movement.

steps to reproduce:
1) create text
111111111111111111
222222222222222222
333333333333333333
444444444444444444
555555555555555555

2) select text from line 2 to line 4
3) move cursor to line 3
4) press F6

The block was moved but should't.

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
src/editor/editcmd.c