Searched refs:trunc_line (Results 1 – 2 of 2) sorted by relevance
1381 int trunc_line = FALSE; // truncate current line afterwards in open_line() local1473 trunc_line = TRUE; in open_line()1499 if (!trunc_line && do_si && *saved_line != NUL in open_line()2194 if (trunc_line || (State & INSERT)) in open_line()2199 if (trunc_line && !(flags & OPENLINE_KEEPTRAIL)) in open_line()
5412 the "if" that set trunc_line. Removed the "else" and added a5413 check for trunc_line to be false.