Home
last modified time | relevance | path

Searched refs:truncate_line (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dchange.pro31 int truncate_line(int fixpos);
/vim-8.2.3635/src/
H A Dops.c835 truncate_line(FALSE); // delete the rest of the line in op_delete()
933 truncate_line(TRUE); // delete from cursor to end of line in op_delete()
H A Dchange.c2311 truncate_line(int fixpos) in truncate_line() function