summaryrefslogtreecommitdiffstats
path: root/src/gvimtutor
blob: c452043c0dcc8dd20fbbccd7ba3fb20b7045fac2 (plain)
1
2
3
4
5
6
7
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 "$@"