blob: 36ca7bc5e1ee5031454abc7a748a41132009dc7b [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
Bram Moolenaar89a9c152021-08-29 21:55:35 +02008exec $(dirname $0)/vimtutor -g "$@"