Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dviminfo.c2266 if (fp_out == NULL && (flags & (VIF_GET_OLDFILES | VIF_FORCEIT))) in copy_viminfo_marks()
2961 | VIF_GET_OLDFILES | VIF_FORCEIT)); in do_viminfo()
3032 (flags & VIF_GET_OLDFILES) ? _(" oldfiles") : "", in read_viminfo()
H A Dvim.h2545 #define VIF_GET_OLDFILES 16 // load v:oldfiles macro
H A Dmain.c547 read_viminfo(NULL, VIF_WANT_INFO | VIF_GET_OLDFILES); in vim_main2()