]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-298 v7.1.298
authorBram Moolenaar <Bram@vim.org>
Sat, 10 May 2008 19:39:08 +0000 (19:39 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 May 2008 19:39:08 +0000 (19:39 +0000)
Filelist
src/gvimtutor [new file with mode: 0644]
src/version.c

index 0cb092021e263e8190f163f50c773d8acf8676d5..f2d437fc7184de9fc21f9fab95042be3a16e2d31 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -193,6 +193,7 @@ SRC_UNIX =  \
                src/vim_icon.xbm \
                src/vim_mask.xbm \
                src/vimtutor \
+               src/gvimtutor \
                src/which.sh \
                src/workshop.c \
                src/workshop.h \
diff --git a/src/gvimtutor b/src/gvimtutor
new file mode 100644 (file)
index 0000000..c452043
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# Start GUI Vim on a copy of the tutor file.
+
+# Usage: gvimtutor [xx]
+# See vimtutor for usage.
+
+exec `dirname $0`/vimtutor -g "$@"
index 2ab78518b7ed0c8618780de9767bfdd96067afd6..45b003e1d29e29ecdda0fc223d431c09c7bf04ad 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    298,
 /**/
     297,
 /**/