summaryrefslogtreecommitdiffstats
path: root/src/dosinst.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-18 21:40:56 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-18 21:40:56 +0000
commit97b2ad35425fd589c4ff816d1f1161f2f7f6a93d (patch)
treea0fed79e1bd28b00c32554c62110903d49ac9b20 /src/dosinst.h
parent658b74a7360cff23939dbf5075b8e18e38c77a81 (diff)
updated for version 7.0228
Diffstat (limited to 'src/dosinst.h')
-rw-r--r--src/dosinst.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dosinst.h b/src/dosinst.h
index 7b53e5008f..485e7cd71d 100644
--- a/src/dosinst.h
+++ b/src/dosinst.h
@@ -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