Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddosinst.c37 int has_gvim = 0; // installable gvim.exe exists variable
223 has_gvim = 1; in check_unpack()
230 if (!has_gvim && !has_vim) in check_unpack()
1163 && (targets[i].exenamearg[0] == 'g' ? has_gvim : has_vim)) in init_bat_choices()
1696 if (has_gvim in init_popup_choice()
1732 if (has_gvim) in init_openwith_choice()
1910 if (has_gvim) in install_start_menu()
2058 choices[choice_count].active = has_gvim; in init_shortcut_choices()
2067 choices[choice_count].active = has_gvim; in init_shortcut_choices()
2076 choices[choice_count].active = has_gvim; in init_shortcut_choices()
[all …]