Home
last modified time | relevance | path

Searched refs:trunc_line (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dchange.c1381 int trunc_line = FALSE; // truncate current line afterwards in open_line() local
1473 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()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt5412 the "if" that set trunc_line. Removed the "else" and added a
5413 check for trunc_line to be false.