Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmain.c3183 DOSO_VIMRC, NULL) == FAIL in source_startup_scripts()
3186 DOSO_VIMRC, NULL) == FAIL in source_startup_scripts()
3190 DOSO_VIMRC, NULL) == FAIL in source_startup_scripts()
3194 DOSO_VIMRC, NULL) == FAIL in source_startup_scripts()
3245 i = do_source((char_u *)VIMRC_FILE, TRUE, DOSO_VIMRC, NULL); in source_startup_scripts()
H A Dvim.h2537 #define DOSO_VIMRC 1 // loading vimrc file macro
H A Dscriptfile.c1245 if (is_vimrc == DOSO_VIMRC) in do_source()