Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dautocmd.pro37 int autocmd_supported(char_u *name);
/vim-8.2.3635/src/
H A Dautocmd.c2585 autocmd_supported(char_u *name) in autocmd_supported() function
H A Devalfunc.c3638 n = autocmd_supported(p + 2); in f_exists()