diff options
author | Zac <zacary.gillerat@connect.qut.edu.au> | 2021-01-26 13:30:55 +1000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-27 21:09:18 +0100 |
commit | aec9658b4f217cb5e1b15720499eacb85e95b6ac (patch) | |
tree | 4ae494b43294b27218688f42989869729fc534ed /Userland/Libraries/LibCpp | |
parent | 76a69be217821ef9c50306c83fb29495517e680a (diff) | |
download | serenity-aec9658b4f217cb5e1b15720499eacb85e95b6ac.zip |
EditingEngine: Fix move_to_previous_word not working on last char of doc
Code meant for the move_to_next_word functions which set the cursor to
the last character in the file if it was reached was copied into the
move_to_previous_word functions which lead them not moving when
the function was called from the end of the file.
Diffstat (limited to 'Userland/Libraries/LibCpp')
0 files changed, 0 insertions, 0 deletions