summaryrefslogtreecommitdiff
path: root/src/uninstall.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0273: MS-Windows uninstall may delete wrong batch filev8.2.0273Bram Moolenaar2020-02-171-12/+5
| | | | | | Problem: MS-Windows uninstall may delete wrong batch file. Solution: Add specific marker in the generated batch file. (Ken Takata, closes #5654)
* patch 8.2.0236: MS-Windows unintall doesn't delete vimtutur.batv8.2.0236Bram Moolenaar2020-02-091-0/+6
| | | | | Problem: MS-Windows unintall doesn't delete vimtutur.bat. Solution: Change directory before deletion. (Ken Takata, closes #5603)
* patch 8.1.2396: using old C style commentsv8.1.2396Bram Moolenaar2019-12-051-14/+14
| | | | | Problem: Using old C style comments. Solution: Use // comments where appropriate.
* patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082Bram Moolenaar2019-09-271-0/+426
Problem: Some files have a weird name to fit in 8.3 characters. Solution: Use a nicer names.