0
0
mirror of https://github.com/vim/vim.git synced 2025-08-23 19:34:27 -04:00
vim/src/gvimtutor

9 lines
143 B
Plaintext
Raw Normal View History

2008-05-10 19:39:08 +00:00
#!/bin/sh
# Start GUI Vim on a copy of the tutor file.
# Usage: gvimtutor [xx]
# See vimtutor for usage.
exec `dirname $0`/vimtutor -g "$@"