Ticket #2456 (Incorrect restore selection after UNDO)
commitafb498de3a373512f9532b91a6d8918c99d26fdb
authorIlia Maslakov <il.smind@gmail.com>
Sat, 29 Jan 2011 23:40:18 +0000 (29 23:40 +0000)
committerIlia Maslakov <il.smind@gmail.com>
Fri, 4 Feb 2011 15:32:13 +0000 (4 18:32 +0300)
tree7f1ecab799ee8043b852149d0b9644f8856cf9fc
parent9b5de3c96b18d5cac297aa40c45b69ee05dcb807
Ticket #2456 (Incorrect restore selection after UNDO)

fixed incorrect restore selection after UNDO

    test case:
        1. mcedit new_empty_file
        2. type in 0123456789
        3. F3 5*left F3 - digit '4' is not marked at this point
        4. backspace, ctrl-u - digit '4' is marked now
        5. left, 2*del, 2*ctrl-u - digits '4' and '5' are not marked

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