Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
7474c7c3d6fdcc8b62d731f2fd679e33f20e4184
/
.
/
src
/
gvimtutor
blob: c452043c0dcc8dd20fbbccd7ba3fb20b7045fac2 [
file
] [
log
] [
blame
]
#!/bin/sh
# Start GUI Vim on a copy of the tutor file.
# Usage: gvimtutor [xx]
# See vimtutor for usage.
exec
`dirname $0`
/
vimtutor
-
g
"$@"