Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmemfile.pro5 void mf_close_file(buf_T *buf, int getlines);
/vim-8.2.3635/src/
H A Dmemfile.c271 int getlines) // get all lines into memory? in mf_close_file() argument
280 if (getlines) in mf_close_file()