blob: c452043c0dcc8dd20fbbccd7ba3fb20b7045fac2 [file] [log] [blame]
Bram Moolenaar7a989252008-05-10 19:39:08 +00001#!/bin/sh
2
3# Start GUI Vim on a copy of the tutor file.
4
5# Usage: gvimtutor [xx]
6# See vimtutor for usage.
7
8exec `dirname $0`/vimtutor -g "$@"