comparison src/dosinst.c @ 19431:9800e126eaa2 v8.2.0273

patch 8.2.0273: MS-Windows uninstall may delete wrong batch file Commit: https://github.com/vim/vim/commit/1fa8d2c33d7290eda7dc2a94d4ec6a599a2d61dd Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 17 22:53:14 2020 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 17 Feb 2020 23:00:04 +0100
parents 3a68dc2a1bc1
children b97112a4e3e4
comparison
equal deleted inserted replaced
19430:f08b2ab4e1d0 19431:9800e126eaa2
839 { 839 {
840 need_uninstall_entry = 1; 840 need_uninstall_entry = 1;
841 841
842 fprintf(fd, "@echo off\n"); 842 fprintf(fd, "@echo off\n");
843 fprintf(fd, "rem -- Run Vim --\n"); 843 fprintf(fd, "rem -- Run Vim --\n");
844 fprintf(fd, VIMBAT_UNINSTKEY "\n");
844 fprintf(fd, "\n"); 845 fprintf(fd, "\n");
845 fprintf(fd, "setlocal\n"); 846 fprintf(fd, "setlocal\n");
846 847
847 /* 848 /*
848 * Don't use double quotes for the "set" argument, also when it 849 * Don't use double quotes for the "set" argument, also when it