updated for version 7.1-298
diff --git a/src/gvimtutor b/src/gvimtutor
new file mode 100644
index 0000000..c452043
--- /dev/null
+++ b/src/gvimtutor
@@ -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 "$@"