xref: /vim-8.2.3635/src/gvimtutor (revision cf2d8dee)
1#!/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 "$@"
9