fix lints

This commit is contained in:
Thomas Vigouroux
2020-06-29 18:34:45 +02:00
committed by Björn Linse
parent 9437327d5e
commit 82fb6a8818
6 changed files with 38 additions and 34 deletions

View File

@@ -1611,7 +1611,7 @@ int open_line(
}
ml_replace(curwin->w_cursor.lnum, p_extra, true);
changed_bytes(curwin->w_cursor.lnum, 0);
// TODO: extmark_splice_cols here??
// TODO(vigoux): extmark_splice_cols here??
curwin->w_cursor.lnum--;
did_append = false;
}