Fix bug #12930 with vertical-motion through a display string.
commitcb5867b1f8af39ffd70767fc06fd364bca67e968
authorEli Zaretskii <eliz@gnu.org>
Wed, 21 Nov 2012 19:28:14 +0000 (21 21:28 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 21 Nov 2012 19:28:14 +0000 (21 21:28 +0200)
treed4be99e4b2871e16dec20ae03bcca1770aea8451
parent365fc14aa4c5033422481d9145cba015821df052
Fix bug #12930 with vertical-motion through a display string.

 src/indent.c (Fvertical_motion): If the starting position is covered
 by a display string, return to one position before that, to avoid
 overshooting it inside move_it_to.
src/ChangeLog
src/indent.c