diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-11-02 12:50:55 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-11-02 12:50:55 +0100 |
commit | 6407b3e80d7d7f8f0797c13ae35cc06f96be46c9 (patch) | |
tree | 591e91382279f9cd64fbdab2a7fe10505a0b8ea0 /Filelist | |
parent | d7464be9747fcaa8e6210e1f00a3882932df76e2 (diff) | |
download | vim-6407b3e80d7d7f8f0797c13ae35cc06f96be46c9.zip |
patch 7.4.904
Problem: Vim does not provide .desktop files.
Solution: Include and install .desktop files. (James McCoy, closes #455)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -584,6 +584,8 @@ RT_UNIX = \ runtime/vim32x32.xpm \ runtime/vim48x48.png \ runtime/vim48x48.xpm \ + runtime/gvim.desktop \ + runtime/vim.desktop \ # Unix and DOS runtime without CR-LF translation RT_UNIX_DOS_BIN = \ |