xref: /vim-8.2.3635/src/gvimtutor (revision 89a9c159)
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