Home
last modified time | relevance | path

Searched refs:save_file_ff (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dchange.pro20 void save_file_ff(buf_T *buf);
/vim-8.2.3635/src/
H A Dchange.c892 save_file_ff(buf); in unchanged()
912 save_file_ff(buf_T *buf) in save_file_ff() function
H A Dfileio.c551 save_file_ff(curbuf); in readfile()
2299 save_file_ff(curbuf); // remember the current file format in readfile()
2622 save_file_ff(curbuf); in readfile()
H A Doption.c383 save_file_ff(curbuf); // Buffer is unchanged in set_init_1()
3009 save_file_ff(curbuf); // Buffer is unchanged in set_bool_option()
H A Dbuffer.c314 save_file_ff(curbuf); // keep this fileformat in open_buffer()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt462 Like when changing 'fileformat'. Save the old key in save_file_ff().