mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.0273: MS-Windows uninstall may delete wrong batch file
Problem: MS-Windows uninstall may delete wrong batch file. Solution: Add specific marker in the generated batch file. (Ken Takata, closes #5654)
This commit is contained in:
@@ -354,6 +354,9 @@ struct
|
||||
"vimtutor.bat", "vimtutor.bat", ""},
|
||||
};
|
||||
|
||||
/* Uninstall key for vim.bat, etc. */
|
||||
#define VIMBAT_UNINSTKEY "rem # uninstall key: " VIM_VERSION_NODOT " #"
|
||||
|
||||
#define ICON_COUNT 3
|
||||
char *(icon_names[ICON_COUNT]) =
|
||||
{"gVim " VIM_VERSION_SHORT,
|
||||
|
Reference in New Issue
Block a user