summaryrefslogtreecommitdiff
path: root/runtime/bitmaps
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.0029: the bitmaps/vim.ico file is not in the distributionv9.0.0029Bram Moolenaar2022-07-021-0/+0
| | | | | | Problem: The bitmaps/vim.ico file is not in the distribution. Solution: Add it back to the distribution. Adjust the build rules to have it end up in the right place.
* release version 9.0v9.0.0000Bram Moolenaar2022-06-281-0/+0
| | | | | Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
* patch 8.2.4545: MS-Windows: the installed icon is low resolutionv8.2.4545Christian Brabandt2022-03-111-0/+0
Problem: MS-Windows: the installed icon is low resolution. Solution: Use a better icon. Install vim.ico. (Christian Brabandt, closes #9931, closes #9930)