Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dautocmd.c1657 static int autocmd_nested = FALSE; variable
1908 if (autocmd_busy && !(force || autocmd_nested)) in apply_autocmds_group()
1961 save_autocmd_nested = autocmd_nested; in apply_autocmds_group()
2196 autocmd_nested = save_autocmd_nested; in apply_autocmds_group()
2438 autocmd_nested = ac->nested; in getnextac()