Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_xim.c86 int is_active; in call_imstatusfunc() local
94 is_active = call_func_retnr(p_imsf, 0, NULL); in call_imstatusfunc()
96 return (is_active > 0); in call_imstatusfunc()
/vim-8.2.3635/runtime/doc/
H A Doptions.txt4353 let is_active = ...do something
4354 return is_active ? 1 : 0