Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dscriptfile.pro26 int do_source(char_u *fname, int check_other, int is_vimrc, int *ret_sid);
/vim-8.2.3635/src/
H A Dscriptfile.c1105 int check_other, // check for .vimrc and _vimrc in do_source() argument
1196 if (cookie.fp == NULL && check_other) in do_source()