1
0
forked from aniani/vim
vim/src/gvimtutor

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
144 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.
2021-08-29 21:55:35 +02:00
exec $(dirname $0)/vimtutor -g "$@"