mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-02-09 20:26:37 +01:00
9 lines
143 B
Bash
9 lines
143 B
Bash
#!/bin/sh
|
|
|
|
# Start GUI Vim on a copy of the tutor file.
|
|
|
|
# Usage: gvimtutor [xx]
|
|
# See vimtutor for usage.
|
|
|
|
exec `dirname $0`/vimtutor -g "$@"
|