fork for IVI
[profile/ivi/vim.git] / src / gvimtutor
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
8 exec `dirname $0`/vimtutor -g "$@"