Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Duninstall.c203 int key_len = strlen(VIMBAT_UNINSTKEY); in batfile_thisversion()
211 if (strncmp(line, VIMBAT_UNINSTKEY, key_len) == 0) in batfile_thisversion()
H A Ddosinst.h358 #define VIMBAT_UNINSTKEY "rem # uninstall key: " VIM_VERSION_NODOT " #" macro
H A Ddosinst.c844 fprintf(fd, VIMBAT_UNINSTKEY "\n"); in install_bat_choice()