diff --git a/src/winio.c b/src/winio.c index c282cd5a..aa3fd3ef 100644 --- a/src/winio.c +++ b/src/winio.c @@ -2860,11 +2860,6 @@ int update_softwrapped_line(linestruct *line) if (end_of_line) break; - /* If the line is softwrapped early (because of a two-column character), - * show a "[" placeholder, unless we're softwrapping at blanks. */ - if (!ISSET(AT_BLANKS) && to_col - from_col < editwincols) - mvwaddch(edit, row - 1, to_col - from_col, '['); - from_col = to_col; }