This commit is contained in:
Jan Edmund Lazo
2019-06-21 07:31:42 -04:00
parent 83ef740e15
commit 8bc365c886
3 changed files with 10 additions and 11 deletions

View File

@@ -1765,6 +1765,7 @@ del_lines (
}
int gchar_pos(pos_T *pos)
FUNC_ATTR_NONNULL_ARG(1)
{
// When searching columns is sometimes put at the end of a line.
if (pos->col == MAXCOL) {