summaryrefslogtreecommitdiffstats
path: root/src/gvimtutor
blob: 36ca7bc5e1ee5031454abc7a748a41132009dc7b (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 "$@"