Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddosinst.c1524 static const char *openwith[] = { in register_openwith() local
1530 for (i = 0; ERROR_SUCCESS == lRet && i < ARRAYSIZE(openwith); i++) in register_openwith()
1531 lRet = reg_create_key_and_value(hRootKey, openwith[i], NULL, "", flag); in register_openwith()
/vim-8.2.3635/nsis/
H A Dgvim.nsi480 StrCpy $1 "$1 -install-popup -install-openwith"