From: Bram Moolenaar Date: Sat, 10 May 2008 19:39:08 +0000 (+0000) Subject: updated for version 7.1-298 X-Git-Tag: v7.1.298 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a9892558776b37077b4a889364cef1c7902cba2;p=vim updated for version 7.1-298 --- diff --git a/Filelist b/Filelist index 0cb092021..f2d437fc7 100644 --- 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 index 000000000..c452043c0 --- /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 "$@" diff --git a/src/version.c b/src/version.c index 2ab78518b..45b003e1d 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 298, /**/ 297, /**/