Fix vertical cursor motion across too wide images
commit28a5b8adcc1cf5e70b06749c73645f4caa9d0b37
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Aug 2017 14:49:07 +0000 (13 17:49 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 Aug 2017 14:49:07 +0000 (13 17:49 +0300)
tree0c9dd3afc6d1d1d613bdf9a74978bda5bf6626a9
parent8c8be4f8f439123859bf20f4d46055fa6c81f2e8
Fix vertical cursor motion across too wide images

* src/indent.c (Fvertical_motion): If lines are truncated and we
end up beyond the right margin of the window, don't assume we are
in the next screen line, unless VPOS actually says so.  (Bug#28071)
src/indent.c