mirror of
https://github.com/vim/vim
synced 2025-03-26 11:45:22 +01:00
8 lines
144 B
Bash
8 lines
144 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 "$@"
|