repo.or.cz
/
MacVim
/
KaoriYa.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update runtime files
[MacVim/KaoriYa.git]
/
src
/
gvimtutor
blob
c452043c0dcc8dd20fbbccd7ba3fb20b7045fac2
1
#!/bin/sh
2
3
# Start GUI Vim on a copy of the tutor file.
4
5
# Usage: gvimtutor [xx]
6
# See vimtutor for usage.
7
8
exec
`dirname
$0
`
/
vimtutor
-g
"$@"