1
0
forked from aniani/vim

updated for version 7.0228

This commit is contained in:
Bram Moolenaar
2006-03-18 21:40:56 +00:00
parent 658b74a736
commit 97b2ad3542
23 changed files with 268 additions and 149 deletions

View File

@@ -350,7 +350,7 @@ retry:
* List of targets. The first one (index zero) is used for the default path
* for the batch files.
*/
#define TARGET_COUNT 8
#define TARGET_COUNT 9
struct
{
@@ -381,6 +381,8 @@ struct
"vimdiff.exe","vim.exe", "-d"},
{"gvimdiff","gvimdiff.bat", "gVim Diff.lnk",
"gvimdiff.exe","gvim.exe", "-d"},
{"vimtutor","vimtutor.bat", "Vim tutor.lnk",
"vimtutor.bat", "vimtutor.bat", ""},
};
#define ICON_COUNT 3