Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c180 static int s_dont_use_vimrun = TRUE; variable
2376 s_dont_use_vimrun = FALSE; in mch_init_g()
2379 s_dont_use_vimrun = FALSE; in mch_init_g()
2384 if (s_dont_use_vimrun) in mch_init_g()
4988 (!s_dont_use_vimrun && p_stmp ? in mch_call_shell()
5021 !s_dont_use_vimrun && p_stmp) in mch_call_shell()
5033 s_dont_use_vimrun && STRCMP(p_shcf, "/c") == 0) in mch_call_shell()
5058 ((options & SHELL_DOOUT) || s_dont_use_vimrun || !p_stmp) : 1) in mch_call_shell()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt37017 Solution: Check s_dont_use_vimrun. (Ken Takata, closes #4754)