* at the end of a word on the line. If this line ends in a* {@code \n}
* that will cause us to move to the next line when we check
* {@link LineUtils#getLastCursorColumn} which isn't what we want. So
* fix it now in case the lines ends in {@code \n}.
*/
if (column == lineInfo.line().length()) {
column = rubberbandColumn(lineInfo.line(), column);
}
break;
case UP: