Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dfileio.pro3 int readfile(char_u *fname, char_u *sfname, linenr_T from, linenr_T lines_to_skip, linenr_T lines_t…
/vim-8.2.3635/src/
H A Dfileio.c123 linenr_T lines_to_skip, in readfile() argument
1091 skip_count = lines_to_skip; in readfile()