mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
9 lines
144 B
Bash
9 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 "$@"
|